diff options
Diffstat (limited to 'prh-commons/pom.xml')
-rw-r--r-- | prh-commons/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml index 9043d914..703b92cf 100644 --- a/prh-commons/pom.xml +++ b/prh-commons/pom.xml @@ -70,5 +70,10 @@ <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |