From f1e3406b978c9165089fffddf4c66c8938664361 Mon Sep 17 00:00:00 2001 From: SirWayne Date: Tue, 31 May 2016 10:56:10 +0200 Subject: [PATCH] Move jackson dependendy from repo to rest-core Signed-off-by: SirWayne --- .../hawkbit-repository-jpa/pom.xml | 18 ++++-------------- hawkbit-rest-core/pom.xml | 8 ++++++++ 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/hawkbit-repository/hawkbit-repository-jpa/pom.xml b/hawkbit-repository/hawkbit-repository-jpa/pom.xml index 49a19530f..0a5f65957 100644 --- a/hawkbit-repository/hawkbit-repository-jpa/pom.xml +++ b/hawkbit-repository/hawkbit-repository-jpa/pom.xml @@ -36,16 +36,6 @@ - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-databind - - org.eclipse.hawkbit @@ -95,6 +85,10 @@ spring-boot-configuration-processor true + + cz.jirutka.rsql + rsql-parser + @@ -158,10 +152,6 @@ spring-security-web test - - cz.jirutka.rsql - rsql-parser - diff --git a/hawkbit-rest-core/pom.xml b/hawkbit-rest-core/pom.xml index 0b5f39272..1a74f4b3e 100644 --- a/hawkbit-rest-core/pom.xml +++ b/hawkbit-rest-core/pom.xml @@ -32,6 +32,14 @@ ${project.version} + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + javax.servlet javax.servlet-api