diff --git a/avro/pom.xml b/avro/pom.xml index 70f18357d..447386122 100644 --- a/avro/pom.xml +++ b/avro/pom.xml @@ -34,16 +34,21 @@ abstractions. - + com.fasterxml.jackson.core jackson-annotations - + + com.fasterxml.jackson.core + jackson-core + com.fasterxml.jackson.core jackson-databind + + org.apache.avro avro diff --git a/cbor/pom.xml b/cbor/pom.xml index 27ad9e16a..2e7f71a1f 100644 --- a/cbor/pom.xml +++ b/cbor/pom.xml @@ -38,9 +38,11 @@ encoded data using Jackson abstractions (streaming API, data binding, tree model - + + + com.fasterxml.jackson.core + jackson-core + com.fasterxml.jackson.core jackson-databind diff --git a/pom.xml b/pom.xml index 84ab37c13..9a8b5907c 100644 --- a/pom.xml +++ b/pom.xml @@ -57,10 +57,7 @@ - - com.fasterxml.jackson.core - jackson-core - + diff --git a/protobuf/pom.xml b/protobuf/pom.xml index dd9ebf82e..534244eb8 100644 --- a/protobuf/pom.xml +++ b/protobuf/pom.xml @@ -39,27 +39,28 @@ abstractions. - + - com.squareup - protoparser - 4.0.3 + com.fasterxml.jackson.core + jackson-core - - com.fasterxml.jackson.core jackson-databind - - + com.fasterxml.jackson.core jackson-annotations provided + + + + com.squareup + protoparser + 4.0.3 + diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index 16598b7b5..50d9a000e 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -390,6 +390,8 @@ Manuel Sugawara (@sugmanue) Josh Curry (@seadbrane) * Reported, contributed fix for #571: Unable to deserialize a pojo with IonStruct (2.19.0) + * Reported #628: Uncommon parent pom dependency configuration in Jackson 2.20/3.0 + (2.21.0) Rafael Winterhalter (@raphw) * Reported #589: AvroSchema: Does not include base class for records diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index fba2f8b30..cd3daa682 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -20,6 +20,8 @@ Active maintainers: (reported by Yohei K) #623: (ion) Upgrade `ion-java` dep to 1.11.11 (from 1.11.10) (requested by @Shaurya0108) +#628: Uncommon parent pom dependency configuration in Jackson 2.20/3.0 + (reported by Josh C) 2.20.1 (30-Oct-2025) diff --git a/smile/pom.xml b/smile/pom.xml index 319dde61b..68dd58efc 100644 --- a/smile/pom.xml +++ b/smile/pom.xml @@ -34,10 +34,11 @@ tree model) - - + + + com.fasterxml.jackson.core + jackson-core + com.fasterxml.jackson.core jackson-databind