summaryrefslogtreecommitdiffstats
path: root/tools/tools-common/pom.xml
diff options
context:
space:
mode:
authorshaoqiu <tim.huang@est.tech>2019-08-27 01:30:48 +0000
committershaoqiu <tim.huang@est.tech>2019-08-27 01:30:48 +0000
commit8379a2cec88ba880e0ee472c32f57217b231d348 (patch)
treefa055bc0f2f8b455669d80711ca4a099da6ea052 /tools/tools-common/pom.xml
parent4883d8e231f765d00dccae504d65071dc8cd11a5 (diff)
add unit test for tools-common
Issue-ID: POLICY-1992 Change-Id: I6935b24b11ce62a18ae3d45795ff53cb4fa60f8b Signed-off-by: shaoqiu <tim.huang@est.tech>
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>