summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-10-09 11:26:24 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-10-18 12:17:07 +0200
commit8e8de097f96e0f46f57235a060871d25cb2f5c3b (patch)
treef0da29e0ef30f0310bc6ded3c6a0336075fdc7f1 /pom.xml
parent3758f1bd35f87e22b99459c7c8f4a0b1b1e367d5 (diff)
Add Athenz Identity Provider Service
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 ef1e90a8846..3eefd1b015b 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>
@@ -958,6 +963,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>