summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@oath.com>2019-01-11 11:38:12 +0100
committerGitHub <noreply@github.com>2019-01-11 11:38:12 +0100
commitce35d16812b84cb91da8a9711ff1df1a79329f6e (patch)
tree23ccf04b32d2d1382c6b042d1c74a8efab120996 /config-model/pom.xml
parent49f435b909ada503d89ade96effa645f9b1960dd (diff)
Revert "Revert "Added logserver feature flag (#8065)""
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 57dbadd94ab..4a99593d505 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -298,6 +298,11 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>flags</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<build>