summaryrefslogtreecommitdiffstats
path: root/common/onap-tosca-datatype/pom.xml
diff options
context:
space:
mode:
authorPiotr Darosz <piotr.darosz@nokia.com>2019-09-04 10:05:34 +0200
committerTomasz Golabek <tomasz.golabek@nokia.com>2019-09-04 10:29:46 +0000
commit51a0f7b4a6c924c42955fa93042bd154cb636a16 (patch)
treed2c2a9aa58fd00460119f429c9050bf10eb0e3df /common/onap-tosca-datatype/pom.xml
parentb491e6c3e97f81487d9f70e31b4e1159fe7aa9e8 (diff)
common code coverage increase
Add tests for classes in sdc.tosca.datatypes.model package Change-Id: Ifc277512d833b2501f0e594b9062d39c26565055 Issue-ID: SDC-2326 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
Diffstat (limited to 'common/onap-tosca-datatype/pom.xml')
-rw-r--r--common/onap-tosca-datatype/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/onap-tosca-datatype/pom.xml b/common/onap-tosca-datatype/pom.xml
index f63bfa63d6..10f89d6cfd 100644
--- a/common/onap-tosca-datatype/pom.xml
+++ b/common/onap-tosca-datatype/pom.xml
@@ -75,5 +75,11 @@
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.google.code.bean-matchers</groupId>
+ <artifactId>bean-matchers</artifactId>
+ <version>${bean-matchers.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>