summaryrefslogtreecommitdiffstats
path: root/prh-app-server/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prh-app-server/pom.xml')
-rw-r--r--prh-app-server/pom.xml16
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>