aboutsummaryrefslogtreecommitdiffstats
path: root/flags/pom.xml
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2019-01-04 12:33:11 +0100
committerHåkon Hallingstad <hakon@oath.com>2019-01-04 12:33:11 +0100
commit86cf624e0625a9899f38e60c35cc9f491b243532 (patch)
tree14103db3d2ca25abbe3a99d883c20d84af09acb0 /flags/pom.xml
parent4eba90dc9520c9d63b04f7fb5b3d29b99014133b (diff)
Add guice and annotations
Diffstat (limited to 'flags/pom.xml')
-rw-r--r--flags/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/flags/pom.xml b/flags/pom.xml
index fa3a5f38bae..99fde3faebb 100644
--- a/flags/pom.xml
+++ b/flags/pom.xml
@@ -21,6 +21,12 @@
<dependencies>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>annotations</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>defaults</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
@@ -41,6 +47,12 @@
<artifactId>jsr305</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice</artifactId>
+ <classifier>no_aop</classifier>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>junit</groupId>