This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 1e03724b909 CAMEL-19062 - Clean up Parent POM - Jackson
1e03724b909 is described below
commit 1e03724b9097c0bc3eb7fa05d5adcc636bf467aa
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Mar 10 09:24:36 2023 +0100
CAMEL-19062 - Clean up Parent POM - Jackson
---
components/camel-rest-openapi/pom.xml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/components/camel-rest-openapi/pom.xml
b/components/camel-rest-openapi/pom.xml
index b840beda883..93ea2a2bf57 100644
--- a/components/camel-rest-openapi/pom.xml
+++ b/components/camel-rest-openapi/pom.xml
@@ -54,8 +54,24 @@
<groupId>io.apicurio</groupId>
<artifactId>apicurio-data-models</artifactId>
<version>${apicurio-version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ <version>${jackson2-version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>${jackson2-version}</version>
+ </dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>