aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/pom.xml
diff options
context:
space:
mode:
authortgolabek <tomasz.golabek@nokia.com>2018-05-21 12:13:08 +0200
committertgolabek <tomasz.golabek@nokia.com>2018-06-11 10:50:43 +0200
commit5f147731796cdc11dffde548c3307ea9042640e3 (patch)
treecee2a7d10c8645e53bd019892d876ac332850948 /vid-app-common/pom.xml
parent89b3a253bcf6244b4152a42c08ad15922f8bc16f (diff)
Getter/setter tests inside the aai model
Refactor of a tests of aai model for getters/setters using google matchers Issue-ID: VID-228 Change-Id: I5e7912bbcc4bd605002278b50b63d976a2dc55cc Signed-off-by: tgolabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-xvid-app-common/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 7a4852280..a42a2b33b 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -347,6 +347,12 @@
<version>4.12</version>
</dependency>
<dependency>
+ <groupId>com.google.code.bean-matchers</groupId>
+ <artifactId>bean-matchers</artifactId>
+ <version>0.11</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160212</version>