aboutsummaryrefslogtreecommitdiffstats
path: root/flags/pom.xml
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2019-01-04 12:17:36 +0100
committerHåkon Hallingstad <hakon@oath.com>2019-01-04 12:17:36 +0100
commit4eba90dc9520c9d63b04f7fb5b3d29b99014133b (patch)
tree0ea1d588893b6dcf02a17a195199752699768c03 /flags/pom.xml
parentc943174d6d6c38876c3950730f671b8ab2b6cd8b (diff)
Remove unnecessary dependencies from flags module
Diffstat (limited to 'flags/pom.xml')
-rw-r--r--flags/pom.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/flags/pom.xml b/flags/pom.xml
index 8a60a8c27ae..fa3a5f38bae 100644
--- a/flags/pom.xml
+++ b/flags/pom.xml
@@ -16,15 +16,31 @@
<packaging>container-plugin</packaging>
<version>6-SNAPSHOT</version>
<name>${project.artifactId}</name>
- <description>Feature flags.</description>
+ <description>Feature flags</description>
<dependencies>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>container-dev</artifactId>
+ <artifactId>defaults</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>yolean</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>junit</groupId>