summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <morten.tokle@gmail.com>2017-10-23 13:18:50 +0200
committerGitHub <noreply@github.com>2017-10-23 13:18:50 +0200
commit79c1773d3353863451e0d75243e280c40b6658b0 (patch)
treee9c83538e92b63afabc418003cbccc754f21ba9d /pom.xml
parent7f93a3bd50c534c92d3d7b37a4a5a47e512ff0d7 (diff)
parent0cf7be3cc88be1211c48cfb520e0c13920639c0b (diff)
Merge pull request #3830 from vespa-engine/bjorncs/athenz-identity-provider-service
Initial Athenz copper argos implementation
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a61c8f0425e..c6e7168904a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -499,6 +499,11 @@
<version>${jackson2.version}</version>
</dependency>
<dependency>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
+ <artifactId>jackson-datatype-jsr310</artifactId>
+ <version>${jackson2.version}</version>
+ </dependency>
+ <dependency>
<groupId>com.infradna.tool</groupId>
<artifactId>bridge-method-annotation</artifactId>
<version>1.4</version>
@@ -953,6 +958,7 @@
<module>application-deploy-plugin</module>
<module>application-model</module>
<module>application-preprocessor</module>
+ <module>athenz-identity-provider-service</module>
<module>bundle-plugin-test</module>
<module>chain</module>
<module>clustercontroller-apps</module>