aboutsummaryrefslogtreecommitdiffstats
path: root/utils/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'utils/pom.xml')
-rw-r--r--utils/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/pom.xml b/utils/pom.xml
index 3e64f186..3263b7b9 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -65,6 +65,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>com.openpojo</groupId>
<artifactId>openpojo</artifactId>
<scope>compile</scope>