aboutsummaryrefslogtreecommitdiffstats
path: root/plans/so/integration-etsi-testing/settings.xml
diff options
context:
space:
mode:
authorrope252 <gareth.roper@est.tech>2021-02-18 15:24:18 +0000
committerrope252 <gareth.roper@est.tech>2021-02-18 15:29:44 +0000
commitd2656ff025d9e2d1b7ee1ea8331d2bc21357bc52 (patch)
treee9773bd14321fdd1cc7c651d4120b10aa80afa26 /plans/so/integration-etsi-testing/settings.xml
parent49679a66c9c84b0cfc2f0d0fbab5109c5dad3730 (diff)
Fixing CSIT ETSI NFVO Failures on Master + Small Refactoring
- Due to Camunda Engine changes we needed to update the Camunda Engine SQL file. We don't want to effect any other components, so replacing this just within our tests. - Extracting image versions for MariaDB and NFVO containers. - Updated Maven Repos to use HTTPS as required now. - Refactored the WAIT script code in Setup.sh. Change-Id: I8423e4009cea9b962a0eae64b3cbc7e267ac7366 Issue-ID: INT-1839 Signed-off-by: rope252 <gareth.roper@est.tech>
Diffstat (limited to 'plans/so/integration-etsi-testing/settings.xml')
-rwxr-xr-xplans/so/integration-etsi-testing/settings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plans/so/integration-etsi-testing/settings.xml b/plans/so/integration-etsi-testing/settings.xml
index 5db52989..e645b41b 100755
--- a/plans/so/integration-etsi-testing/settings.xml
+++ b/plans/so/integration-etsi-testing/settings.xml
@@ -95,7 +95,7 @@
<repositories>
<repository>
<id>central</id>
- <url>http://repo1.maven.org/maven2/</url>
+ <url>https://repo1.maven.org/maven2/</url>
</repository>
<repository>
<id>onap-public</id>
@@ -112,7 +112,7 @@
<pluginRepositories>
<pluginRepository>
<id>central</id>
- <url>http://repo1.maven.org/maven2/</url>
+ <url>https://repo1.maven.org/maven2/</url>
</pluginRepository>
<pluginRepository>
<id>onap-public</id>