summaryrefslogtreecommitdiffstats
path: root/tools/tools-common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools-common/pom.xml')
-rw-r--r--tools/tools-common/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/tools-common/pom.xml b/tools/tools-common/pom.xml
index 872842b68..177dffd13 100644
--- a/tools/tools-common/pom.xml
+++ b/tools/tools-common/pom.xml
@@ -48,6 +48,11 @@
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>