Adding openpojo as test dependency in parent 43/63043/2
authorramverma <ram.krishna.verma@ericsson.com>
Mon, 27 Aug 2018 10:48:50 +0000 (11:48 +0100)
committerramverma <ram.krishna.verma@ericsson.com>
Mon, 27 Aug 2018 14:28:53 +0000 (15:28 +0100)
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 <ram.krishna.verma@ericsson.com>
integration/pom.xml

index e668d9a..634d953 100644 (file)
                 <version>1.7.4</version>
                 <scope>test</scope>
             </dependency>
+            <dependency>
+                <groupId>com.openpojo</groupId>
+                <artifactId>openpojo</artifactId>
+                <version>0.8.10</version>
+                <scope>test</scope>
+            </dependency>
         </dependencies>
 
     </dependencyManagement>