summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>