aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/pom.xml
diff options
context:
space:
mode:
authorwasala <przemyslaw.wasala@nokia.com>2018-04-12 13:37:41 +0200
committerwasala <przemyslaw.wasala@nokia.com>2018-04-12 14:29:12 +0200
commit3c2e8c9c4c32ad59be75a7500e628344c6dab5bf (patch)
tree98c4238f48612253435037c249e2929609933000 /prh-app-server/pom.xml
parentda7aa97bebc796e898b9225d45a256f946d39f82 (diff)
Already added loading config for AAI and DMAAP
First of all we have defined a file in which we have pointer to configuration file for DMAAP and AAI After that added UT Change-Id: I7f9554a019b348a3460f5fa9d8dd3e4002a6686f Issue-ID: DCAEGEN2-407 Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
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>