summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2019-01-11 11:44:43 +0100
committerHåkon Hallingstad <hakon@oath.com>2019-01-11 11:44:43 +0100
commit14631e2bf975b8c1e76154b2c7de76098e375f28 (patch)
tree8408d2ab16f5699ef2dfb1b47cc6cc7af4c8a7b7 /config-model/pom.xml
parentce35d16812b84cb91da8a9711ff1df1a79329f6e (diff)
Make flags dependency provided
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 4a99593d505..54b2a34cc19 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -228,6 +228,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>flags</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>container-search</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
@@ -298,11 +304,6 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>flags</artifactId>
- <version>${project.version}</version>
- </dependency>
</dependencies>
<build>