diff options
Diffstat (limited to 'common-logging')
-rw-r--r-- | common-logging/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 5e096c74..335af71b 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -55,6 +55,12 @@ <groupId>com.att.eelf</groupId> <artifactId>eelf-core</artifactId> <version>1.0.1-oss</version> + <exclusions> + <exclusion> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -65,12 +71,6 @@ <artifactId>powermock-api-mockito2</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.powermock</groupId> - <artifactId>powermock-api-mockito</artifactId> - <version>1.7.4</version> - <scope>test</scope> - </dependency> </dependencies> <build> |