diff options
Diffstat (limited to 'LogParser/pom.xml')
-rw-r--r-- | LogParser/pom.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/LogParser/pom.xml b/LogParser/pom.xml index e7659796b..20e06045a 100644 --- a/LogParser/pom.xml +++ b/LogParser/pom.xml @@ -50,6 +50,12 @@ <groupId>org.openecomp.policy.common</groupId> <artifactId>integrity-monitor</artifactId> <version>${common-modules.version}</version> + <exclusions> + <exclusion> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>log4j</groupId> @@ -75,7 +81,13 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>1.9.5</version> + <version>2.7.22</version> + </dependency> + <!-- https://mvnrepository.com/artifact/org.mockito/mockito-all --> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-all</artifactId> + <version>1.10.19</version> </dependency> </dependencies> <build> |