aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--adapters/mso-requests-db-adapter/pom.xml4
-rw-r--r--deployment-configs/pom.xml2
-rw-r--r--mso-catalog-db/pom.xml5
-rw-r--r--pom.xml6
4 files changed, 11 insertions, 6 deletions
diff --git a/adapters/mso-requests-db-adapter/pom.xml b/adapters/mso-requests-db-adapter/pom.xml
index 5d78f27ae2..066e3e6dc5 100644
--- a/adapters/mso-requests-db-adapter/pom.xml
+++ b/adapters/mso-requests-db-adapter/pom.xml
@@ -83,7 +83,7 @@
<pluginRepository>
<id>apache.snapshots</id>
<name>Maven Plugin Snapshots</name>
- <url>http://repository.apache.org/snapshots/</url>
+ <url>https://repository.apache.org/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
@@ -217,7 +217,7 @@
</plugins>
<pluginManagement>
<plugins>
- <!--This plugin's configuration is used to store Eclipse m2e settings
+ <!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
diff --git a/deployment-configs/pom.xml b/deployment-configs/pom.xml
index f540e5a8a1..c3ee2bc005 100644
--- a/deployment-configs/pom.xml
+++ b/deployment-configs/pom.xml
@@ -9,7 +9,7 @@
</parent>
<artifactId>deployment-configs</artifactId>
<name>deployment-configs</name>
- <url>http://maven.apache.org</url>
+ <url>https://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
diff --git a/mso-catalog-db/pom.xml b/mso-catalog-db/pom.xml
index 0285deab21..89651ece46 100644
--- a/mso-catalog-db/pom.xml
+++ b/mso-catalog-db/pom.xml
@@ -62,6 +62,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.junit.vintage</groupId>
+ <artifactId>junit-vintage-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>ch.vorburger.mariaDB4j</groupId>
<artifactId>mariaDB4j</artifactId>
<scope>test</scope>
diff --git a/pom.xml b/pom.xml
index a156bc984e..88b225709e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
</description>
<organization>
<name>ONAP - SO</name>
- <url>http://www.onap.org/</url>
+ <url>https://www.onap.org/</url>
</organization>
<modules>
<module>deployment-configs</module>
@@ -118,11 +118,11 @@
<pluginRepositories>
<pluginRepository>
<id>central</id>
- <url>http://repo1.maven.org/maven2</url>
+ <url>https://repo1.maven.org/maven2</url>
</pluginRepository>
<pluginRepository>
<id>restlet</id>
- <url>http://maven.restlet.com</url>
+ <url>https://maven.restlet.com</url>
</pluginRepository>
<pluginRepository>
<id>onap-public</id>