diff options
author | Lusheng Ji <lji@research.att.com> | 2018-04-12 21:43:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-12 21:43:29 +0000 |
commit | fe084656d61212a7e4a5f6cc6f60b3eb6a146302 (patch) | |
tree | 94b7077f4a2ad0a0e4e469f39ffbbeb3cd220e21 /prh-app-server/pom.xml | |
parent | ed8fc543198ec2a878f7e4e2966fa66a6c4986a9 (diff) | |
parent | 3c2e8c9c4c32ad59be75a7500e628344c6dab5bf (diff) |
Merge "Already added loading config for AAI and DMAAP"
Diffstat (limited to 'prh-app-server/pom.xml')
-rw-r--r-- | prh-app-server/pom.xml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml index a2d0aff5..23a12e1d 100644 --- a/prh-app-server/pom.xml +++ b/prh-app-server/pom.xml @@ -62,12 +62,12 @@ <artifactId>docker-maven-plugin</artifactId> <version>1.0.0</version> <executions> - <execution> - <goals> - <goal>build</goal> - </goals> - <phase>package</phase> - </execution> + <execution> + <goals> + <goal>build</goal> + </goals> + <phase>package</phase> + </execution> </executions> <configuration> <skipDockerBuild>false</skipDockerBuild> @@ -122,6 +122,10 @@ <groupId>com.spotify</groupId> <artifactId>docker-maven-plugin</artifactId> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.datatype</groupId> + <artifactId>jackson-datatype-jdk8</artifactId> + </dependency> <!-- LOGGING DEPENDENCIES--> <dependency> |