diff --git a/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml b/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml index 041700181..b90a37703 100644 --- a/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml +++ b/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml @@ -52,7 +52,6 @@ com.fasterxml.jackson.datatype jackson-datatype-hibernate4 - ${jackson} diff --git a/spring-data-rest-tests/spring-data-rest-tests-solr/pom.xml b/spring-data-rest-tests/spring-data-rest-tests-solr/pom.xml index e82a76ebe..b98cc35c9 100644 --- a/spring-data-rest-tests/spring-data-rest-tests-solr/pom.xml +++ b/spring-data-rest-tests/spring-data-rest-tests-solr/pom.xml @@ -31,13 +31,11 @@ com.fasterxml.jackson.core jackson-core - ${jackson} com.fasterxml.jackson.core jackson-annotations - ${jackson} diff --git a/spring-data-rest-webmvc/pom.xml b/spring-data-rest-webmvc/pom.xml index 6c0e8860d..2a3eaf274 100644 --- a/spring-data-rest-webmvc/pom.xml +++ b/spring-data-rest-webmvc/pom.xml @@ -48,13 +48,11 @@ com.fasterxml.jackson.core jackson-databind - ${jackson} com.fasterxml.jackson.core jackson-annotations - ${jackson} @@ -62,14 +60,12 @@ com.fasterxml.jackson.datatype jackson-datatype-hibernate4 - ${jackson} true com.fasterxml.jackson.datatype jackson-datatype-hibernate5 - ${jackson} true @@ -85,7 +81,6 @@ com.fasterxml.jackson.datatype jackson-datatype-joda - ${jackson} true