From 1a1ce73e0a754ec1aec2ebc7a4f16ad0afe02001 Mon Sep 17 00:00:00 2001 From: ramverma Date: Mon, 27 Aug 2018 11:48:50 +0100 Subject: 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 --- integration/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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 + -- cgit 1.2.3-korg