diff options
Diffstat (limited to 'plugins/forwarding-plugins/pom.xml')
-rw-r--r-- | plugins/forwarding-plugins/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index 2f508efc..f4503300 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -61,5 +61,10 @@ <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |