diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-10-07 13:40:00 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-10-10 06:43:23 +0000 |
commit | 9bf47c83f2b15f5c55cc0d7c5a1f61f2d790ad57 (patch) | |
tree | ef41837ea531d287d74364813d63b0e25238c8ee /pom.xml | |
parent | e632cf8afa27bdedf8b2044c430cd604ab7d4987 (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |