Attempt to fix jackson-databind
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 31997cd..010fd50 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
                                <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
                                <docker.mariadb.port.host>3306</docker.mariadb.port.host>
-                               <docker.http-cache.port.host>2080</docker.http-cache.port.host>
+                               <docker.http-cache.port.host>8085</docker.http-cache.port.host>
                                <project.scm.id>git-server</project.scm.id>
                                <java.version>1.8</java.version>
 
                                <dependency>
                                                <groupId>com.fasterxml.jackson.dataformat</groupId>
                                                <artifactId>jackson-dataformat-yaml</artifactId>
+                                               <version>2.9.4</version>
                                </dependency>
                                <dependency>
                                                <groupId>org.apache.commons</groupId>
                                        <artifactId>jboss-jaxrs-api_2.0_spec</artifactId>
                                        <version>1.0.1.Final</version>
                                </dependency>
-                               <dependency>
-                                               <groupId>com.fasterxml.jackson.core</groupId>
-                                               <artifactId>jackson-databind</artifactId>
-                                               <version>2.8.11.1</version>
-                               </dependency>
                                <!-- Remove the MYSQL connector and replace it by Mariadb -->
                                <dependency>
                                                <groupId>org.mariadb.jdbc</groupId>
                                        <artifactId>sdc-tosca</artifactId>
                                        <version>1.2.2</version>
                                </dependency>
-                               
-                               
+
+
                </dependencies>
 
                <build>
                                                                                                                                <volumes>
                                                                                                                                                <bind>
                                                                                                                                                                <volume>${project.basedir}/src/test/resources/http-cache/:/usr/src/http-cache-app</volume>
-                                                                                                                                                               <volume>${project.basedir}/src/test/resources/http-cache/sdc-example/:/usr/src/http-cache-app/data-cache</volume>
+                                                                                                                                                               <volume>${project.basedir}/src/test/resources/http-cache/example/:/usr/src/http-cache-app/data-cache</volume>
                                                                                                                                                </bind>
                                                                                                                                </volumes>
                                                                                                                                <wait>