diff options
author | Rob Daugherty <rd472p@att.com> | 2018-03-28 18:01:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-28 18:01:35 +0000 |
commit | e098a363a3fd5444f77d7783e18dc00f768ca123 (patch) | |
tree | a042de3fd3765c322205effc7150d2cf886b9058 /common/pom.xml | |
parent | 21241fb1244e2554a55b4fad999e55ecf2e8e38c (diff) | |
parent | 81e5c5f26e913e23dd8f02a68ca5a74d0d39f24c (diff) |
Merge "Added junit for policy client impl"
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml index 313131a7c2..86b9f36e50 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -151,6 +151,22 @@ <version>22.0</version> </dependency> <dependency> + <groupId>com.shazam</groupId> + <artifactId>shazamcrest</artifactId> + <version>0.11</version> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> |