diff options
-rw-r--r-- | eelf-logging/pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index cd5b4aa..e23a260 100644 --- a/eelf-logging/pom.xml +++ b/eelf-logging/pom.xml @@ -46,6 +46,20 @@ limitations under the License. <groupId>com.att.eelf</groupId> <artifactId>eelf-core</artifactId> <version>1.0.1-oss</version> + <exclusions> + <exclusion> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + </exclusion> + <exclusion> + <groupId>org.powermock</groupId> + <artifactId>powermock-module-junit4</artifactId> + </exclusion> + <exclusion> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> |