diff options
author | Denes Nemeth <denes.nemeth@nokia.com> | 2018-03-19 14:21:12 +0100 |
---|---|---|
committer | Denes Nemeth <denes.nemeth@nokia.com> | 2018-03-19 14:22:32 +0100 |
commit | 721cfe9943c361d826e025d99c547e5e0ac199ab (patch) | |
tree | faab02362e4d88ddda424a42beb9dcc98ed1330b | |
parent | f782c90469d65a3e059883b9f232308159d777ed (diff) |
Remove testing libraries from production
Change-Id: Iedd3cf2aa28e0f125ec5c6bff91cd6c497428883
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: AAI-894
-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> |