From 3864c21cfc866d706d989906e6fec6f88a5d8587 Mon Sep 17 00:00:00 2001 From: Satyaki Mallick Date: Wed, 19 Sep 2018 18:51:35 +0530 Subject: Add UT for Combination model class Unit Test for Combination class which is part of the Combination feature. Issue-ID: SDC-1774 Change-Id: Iaa69b2f9f583469603ccd7183b93eb5eb100cfe2 Signed-off-by: Satyaki Mallick --- catalog-model/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'catalog-model/pom.xml') diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 13e713d14c..91c1d96acc 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -34,6 +34,12 @@ ${logback.version} provided + + com.google.code.bean-matchers + bean-matchers + ${bean-matcher.version} + test + ch.qos.logback -- cgit 1.2.3-korg