aboutsummaryrefslogtreecommitdiffstats
path: root/auth/cli-editor/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'auth/cli-editor/pom.xml')
-rw-r--r--auth/cli-editor/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/auth/cli-editor/pom.xml b/auth/cli-editor/pom.xml
index 8ae9d8d53..d10b9959d 100644
--- a/auth/cli-editor/pom.xml
+++ b/auth/cli-editor/pom.xml
@@ -45,6 +45,13 @@
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
+
+ <!--test dependencies -->
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<profiles>