aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-10-07 13:40:00 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-10-10 06:43:23 +0000
commit9bf47c83f2b15f5c55cc0d7c5a1f61f2d790ad57 (patch)
treeef41837ea531d287d74364813d63b0e25238c8ee /pom.xml
parente632cf8afa27bdedf8b2044c430cd604ab7d4987 (diff)
Migrate Mockito 1 to version 2 in the traversal service
- update mockito and powermock - update eelf-core since it has a compile time dependency to mockito 1.10.19 in version 1 - exclude the vaadin android-json since it leads to a warning in maven Issue-ID: AAI-3545 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I06354182c5af21ce1c8cb851f9e65c3c38e7102c
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index ab47d5e..7330316 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,12 +136,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>
<distributionManagement>