diff options
author | ramverma <ram.krishna.verma@ericsson.com> | 2018-08-27 11:48:50 +0100 |
---|---|---|
committer | ramverma <ram.krishna.verma@ericsson.com> | 2018-08-27 15:28:53 +0100 |
commit | 1a1ce73e0a754ec1aec2ebc7a4f16ad0afe02001 (patch) | |
tree | 761fe7725edec0c158ecd170e294c7ac5c04f2d1 | |
parent | d859e902a3a22a8ca97a16e8f19e0ef889e48cb8 (diff) |
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 <ram.krishna.verma@ericsson.com>
-rw-r--r-- | integration/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ <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> |