From: ramverma Date: Mon, 27 Aug 2018 10:48:50 +0000 (+0100) Subject: Adding openpojo as test dependency in parent X-Git-Tag: 2.0.0~10^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1a1ce73e0a754ec1aec2ebc7a4f16ad0afe02001;p=policy%2Fparent.git Adding openpojo as test dependency in parent Adding openpojo as test dependency in parent so that other child projects in policy can use this for testing pojo classes. openpojo seems to be very efficient way of testing pojo classes fully without writing too many lines of test code. Once this is merged, will raise a reviews of policy/common & policy/distribution showing its usage. Change-Id: I23fc237467a9f797710b8eb80ce7bb0a75c3aec9 Issue-ID: POLICY-1035 Signed-off-by: ramverma --- diff --git a/integration/pom.xml b/integration/pom.xml index e668d9a7..634d953f 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -193,6 +193,12 @@ 1.7.4 test + + com.openpojo + openpojo + 0.8.10 + test +