diff --git a/avro/pom.xml b/avro/pom.xml index f6026badb..b2867da4b 100644 --- a/avro/pom.xml +++ b/avro/pom.xml @@ -34,16 +34,8 @@ abstractions. - - - com.fasterxml.jackson.core - jackson-annotations - - - - tools.jackson.core - jackson-databind - + + org.apache.avro avro diff --git a/cbor/pom.xml b/cbor/pom.xml index f0f93aca8..5835962d4 100644 --- a/cbor/pom.xml +++ b/cbor/pom.xml @@ -38,17 +38,6 @@ encoded data using Jackson abstractions (streaming API, data binding, tree model - - tools.jackson.core - jackson-databind - - - - - com.fasterxml.jackson.core - jackson-annotations - provided - diff --git a/ion/pom.xml b/ion/pom.xml index 8ea7cbf40..6fd2f00a9 100644 --- a/ion/pom.xml +++ b/ion/pom.xml @@ -41,20 +41,6 @@ tree model) 1.11.9 - - - com.fasterxml.jackson.core - jackson-annotations - - - tools.jackson.core - jackson-core - - - tools.jackson.core - jackson-databind - - org.hamcrest diff --git a/pom.xml b/pom.xml index 4061bd7a2..5f74e1f98 100644 --- a/pom.xml +++ b/pom.xml @@ -57,11 +57,19 @@ - + + + com.fasterxml.jackson.core + jackson-annotations + tools.jackson.core jackson-core + + tools.jackson.core + jackson-databind + diff --git a/protobuf/pom.xml b/protobuf/pom.xml index ba8063bdb..637b122e7 100644 --- a/protobuf/pom.xml +++ b/protobuf/pom.xml @@ -46,10 +46,6 @@ abstractions. 4.0.3 - - tools.jackson.core - jackson-databind - diff --git a/smile/pom.xml b/smile/pom.xml index 235b44743..3e01598f5 100644 --- a/smile/pom.xml +++ b/smile/pom.xml @@ -34,18 +34,6 @@ tree model) - - - tools.jackson.core - jackson-databind - - - - - com.fasterxml.jackson.core - jackson-annotations - provided -