From 08b9492f3330e93d477a5a5a275ed44755e9f52a Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Tue, 27 Mar 2018 10:25:41 +0200 Subject: Security Fix Introduce a centralized ObjectMapper for Resteasy and Clamp code so that the automatic Ser/deserialization of all classes is disabled. Issue-ID: CLAMP-135 Change-Id: I1fb11c8fc8e7a53ef832774fa8c06af1c70d3dad Signed-off-by: Determe, Sebastien (sd378r) --- pom.xml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 86461c5a..4b19b808 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ By Default "mvn clean install" command will execute also the unit tests and the integration tests. The integration tests require a docker engine running. - If you want to skip the intergation test you can by doing: + If you want to skip the integration test you can by doing: "mvn clean install -DskipITs=true" For Spring it's possible to specify the application.properties location @@ -472,26 +472,6 @@ jboss-jaxrs-api_2.0_spec 1.0.1.Final - - jackson-databind - com.fasterxml.jackson.core - 2.9.4 - - - com.fasterxml.jackson.core - jackson-annotations - 2.9.4 - - - com.fasterxml.jackson.core - jackson-core - 2.9.4 - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - 2.9.4 - org.mariadb.jdbc -- cgit 1.2.3-korg