diff options
Diffstat (limited to 'integration')
-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> |