aboutsummaryrefslogtreecommitdiffstats
path: root/utils-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'utils-test/pom.xml')
-rw-r--r--utils-test/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils-test/pom.xml b/utils-test/pom.xml
index 685a2266..76272c49 100644
--- a/utils-test/pom.xml
+++ b/utils-test/pom.xml
@@ -65,6 +65,11 @@
<artifactId>powermock-api-mockito</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.openpojo</groupId>
+ <artifactId>openpojo</artifactId>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>