summaryrefslogtreecommitdiffstats
path: root/controller-api/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-11-07 11:20:43 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-11-07 11:20:43 +0100
commitc3c189e1d9836cd985eaae0549390323900472cc (patch)
treedcbf853fb2cf10df1f699d603fa236f803f214bd /controller-api/pom.xml
parentc4d93cc28d1f60c8b1c0da528a5c5be5fa73ec10 (diff)
Add type representing an archive of flag data files
Diffstat (limited to 'controller-api/pom.xml')
-rw-r--r--controller-api/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/controller-api/pom.xml b/controller-api/pom.xml
index 6b7c01a863c..680ad35cace 100644
--- a/controller-api/pom.xml
+++ b/controller-api/pom.xml
@@ -83,6 +83,12 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
<build>