summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorolaaun <olaa@oath.com>2019-01-10 14:20:41 +0100
committerGitHub <noreply@github.com>2019-01-10 14:20:41 +0100
commit7a8c964cbc167b617a6c5feb8c62b7585d7e542a (patch)
tree8d145d5890c6e3451b932602006d9736763ab62a /config-model/pom.xml
parent63e07515f065894330205483af332f781fd6cd76 (diff)
Added logserver feature flag (#8065)
* Added logserver feature flag * Let FlagSource be non-optional * Get flag value for application * Set default flagSource value where not injected
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>