diff options
author | 2019-06-25 15:28:53 +0000 | |
---|---|---|
committer | 2019-06-25 15:28:53 +0000 | |
commit | d1ab0ec8471deeb7739206dc2ef0aac3dc5b245f (patch) | |
tree | 9f285ada6de6b6f54ecf8784d11006434d6a1688 /utils-test/pom.xml | |
parent | b52c7f21f7defaeaf86ff3921fe7bc18670ce2c1 (diff) | |
parent | e6c636b619544839e4ca856548fe58a082d9d6b9 (diff) |
Merge "Moving ToStringTester to utils-test module"
Diffstat (limited to 'utils-test/pom.xml')
-rw-r--r-- | utils-test/pom.xml | 5 |
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> |