diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2018-06-18 08:03:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-18 08:03:05 +0000 |
commit | ef8a6b47847012fd59ea20da21d8d3d7c4a301ed (patch) | |
tree | f1a41951fa33f170e674be0c08a6705d9dfa123d /vid-app-common/pom.xml | |
parent | 39a5994da3b9b6c900e16c5c4b015e1aea780adc (diff) | |
parent | 5f147731796cdc11dffde548c3307ea9042640e3 (diff) |
Merge "Getter/setter tests inside the aai model"
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 580702f3c..6d01cf6e2 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>
|