diff options
Diffstat (limited to 'models-provider/pom.xml')
-rw-r--r-- | models-provider/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/models-provider/pom.xml b/models-provider/pom.xml index b6021b003..cbe19389d 100644 --- a/models-provider/pom.xml +++ b/models-provider/pom.xml @@ -79,5 +79,12 @@ <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <scope>test</scope> + </dependency> + </dependencies> </project> |