aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-09-23 14:03:41 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-09-24 22:36:23 +0200
commite4fd0ae4693f40752aae6e25101e45a218736e43 (patch)
tree2c2e9b2625b7f97673fd0999e7b4c11393e8241d /aai-schema/pom.xml
parentaf19b9cd05de3d15365ef7e7f473808f89928dc6 (diff)
Update schema service plugins
- update plugins - use https urls for pluginRepositories since plain http ones would be blocked Issue-ID: AAI-3530 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I227d9bc131b4dbefe08563c3e6e8713e9f0f2571
Diffstat (limited to 'aai-schema/pom.xml')
-rw-r--r--aai-schema/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml
index 4e4224a..394618a 100644
--- a/aai-schema/pom.xml
+++ b/aai-schema/pom.xml
@@ -162,12 +162,12 @@
<pluginRepositories>
<pluginRepository>
<id>central</id>
- <url>http://repo1.maven.org/maven2</url>
+ <url>https://repo1.maven.org/maven2</url>
</pluginRepository>
<pluginRepository>
<id>EvoSuite</id>
<name>EvoSuite Repository</name>
- <url>http://www.evosuite.org/m2</url>
+ <url>https://www.evosuite.org/m2</url>
</pluginRepository>
</pluginRepositories>
<!-- End of ONAP Specific Repositories -->