summaryrefslogtreecommitdiffstats
path: root/athenz-identity-provider-service/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <mortent@oath.com>2017-10-20 11:06:26 +0200
committerMorten Tokle <mortent@oath.com>2017-10-20 11:13:01 +0200
commitce5b8db39f64101d7ac9fae2847f3db614f14638 (patch)
tree215f43b5d6c5c5ed3a9fc0b6d9a16639a9f90877 /athenz-identity-provider-service/pom.xml
parent36476464f1eea5627d8975ea18fd647080dc93f8 (diff)
Add Athenz identity provider and configuration
Diffstat (limited to 'athenz-identity-provider-service/pom.xml')
-rw-r--r--athenz-identity-provider-service/pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/athenz-identity-provider-service/pom.xml b/athenz-identity-provider-service/pom.xml
index e3998b02ad0..074d4aa54f4 100644
--- a/athenz-identity-provider-service/pom.xml
+++ b/athenz-identity-provider-service/pom.xml
@@ -78,6 +78,23 @@
<artifactId>jetty-servlet</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>node-repository</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>config-provisioning</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-disc</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
<!-- TEST -->
<dependency>
@@ -103,6 +120,11 @@
<version>4.4.1</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>