aboutsummaryrefslogtreecommitdiffstats
path: root/common/pom.xml
diff options
context:
space:
mode:
authorKalkere Ramesh, Sharan (sk720x) <sk720x@att.com>2018-03-28 10:20:33 -0400
committerKalkere Ramesh, Sharan (sk720x) <sk720x@att.com>2018-03-28 10:21:21 -0400
commit81e5c5f26e913e23dd8f02a68ca5a74d0d39f24c (patch)
tree37c32a98fdc084c7009922b8fbc23749ac975fca /common/pom.xml
parent4e651eb259dac4188e1568ac65e69d68a91e6296 (diff)
Added junit for policy client impl
Change-Id: Ibe5319e9b795355372cbd5ef374a545fb3a9b1d3 Issue-ID: SO-542 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
Diffstat (limited to 'common/pom.xml')
-rw-r--r--common/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 23692832e4..9f3497b38a 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>