diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-10-13 09:36:18 +0000 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-10-13 09:36:18 +0000 |
commit | c7f83ca3344c52da125fc1efa217b666b74d57a6 (patch) | |
tree | 2a90ad7b2c0ea499f7942e9342b171358ba3db48 /aai-core/pom.xml | |
parent | 8183d5972a9f1a4b0515c99a87047a5d12db5af2 (diff) |
Migrate Mockito 1 to version 2 in aai-core
Issue-ID: AAI-3549
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Ibb8edcd80fe3b112af0d113894122ce0b256006b
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index d6a4c77b..1b91577e 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -38,6 +38,7 @@ limitations under the License. <jacoco.line.coverage.limit>0.50</jacoco.line.coverage.limit> <gremlin.version>3.2.2</gremlin.version> <groovy.version>2.5.15</groovy.version> + <mockito.core.version>2.4.0</mockito.core.version> <!-- Start of Default ONAP Schema Properties --> <aai.wiki.link>https://wiki.onap.org/</aai.wiki.link> <gendoc.version>v15</gendoc.version> @@ -133,13 +134,7 @@ limitations under the License. <dependency> <groupId>com.att.eelf</groupId> <artifactId>eelf-core</artifactId> - <exclusions><!-- excluding transitive dependency coming from this artifact, - as we would need powermock-api-mockito2 --> - <exclusion> - <groupId>org.powermock</groupId> - <artifactId>powermock-api-mockito</artifactId> - </exclusion> - </exclusions> + <version>2.0.0-oss</version> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> @@ -166,11 +161,6 @@ limitations under the License. </dependency> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> |