summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBetzer, Rony (rb844h) <rb844h@intl.att.com>2018-10-14 14:18:43 +0300
committerMichael Lando <michael.lando@intl.att.com>2018-10-15 08:49:34 +0000
commitdd9576c7ac5b05c774b85062617a957a52c24b53 (patch)
tree2298747137d8f9162068f40a1cab9d1bca088eec /pom.xml
parent0480c02475da8066748103251f854ecad774a265 (diff)
increase coverage - added getter and setter tests
increase coverage - added getter and setter tests Change-Id: I6546636666d41229898bca1eeb1740aff04ec8c3 Issue-ID: DCAEGEN2-839 Signed-off-by: Betzer, Rony (rb844h) <rb844h@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 219cc7d..a493a1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,12 @@
<artifactId>janino</artifactId>
<version>3.0.6</version>
</dependency>
+ <dependency>
+ <groupId>com.google.code.bean-matchers</groupId>
+ <artifactId>bean-matchers</artifactId>
+ <version>0.11</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>