This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 3.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit a64d69ee86676d05df0ea23e8648116333a08fef Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Jun 5 11:46:17 2023 +0200 Align jackson version with core camel project Signed-off-by: Andrea Cosentino <[email protected]> --- library/camel-kamelets-catalog/pom.xml | 18 +++++++++--------- library/camel-kamelets-utils/pom.xml | 10 +++++----- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/library/camel-kamelets-catalog/pom.xml b/library/camel-kamelets-catalog/pom.xml index 2ed6424f..d4518976 100644 --- a/library/camel-kamelets-catalog/pom.xml +++ b/library/camel-kamelets-catalog/pom.xml @@ -50,7 +50,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>${slf4j.version}</version> + <version>${slf4j-version}</version> </dependency> <dependency> <groupId>org.apache.camel.kamelets</groupId> @@ -61,7 +61,7 @@ <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> - <version>${jackson.version}</version> + <version>${jackson2-version}</version> </dependency> <dependency> <groupId>io.fabric8</groupId> @@ -71,32 +71,32 @@ <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> - <version>${jackson.version}</version> + <version>${jackson2-version}</version> </dependency> <dependency> <groupId>io.github.classgraph</groupId> <artifactId>classgraph</artifactId> - <version>${classgraph.version}</version> + <version>${classgraph-version}</version> </dependency> <!-- logging --> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <version>${log4j.version}</version> + <version>${log4j2-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>${log4j.version}</version> + <version>${log4j2-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> - <version>${log4j.version}</version> + <version>${log4j2-version}</version> <scope>test</scope> </dependency> @@ -104,13 +104,13 @@ <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> - <version>${junit.jupiter.version}</version> + <version>${junit-jupiter-version}</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <scope>test</scope> - <version>${junit.jupiter.version}</version> + <version>${junit-jupiter-version}</version> </dependency> <dependency> <groupId>org.apache.camel</groupId> diff --git a/library/camel-kamelets-utils/pom.xml b/library/camel-kamelets-utils/pom.xml index a5a05809..98397646 100644 --- a/library/camel-kamelets-utils/pom.xml +++ b/library/camel-kamelets-utils/pom.xml @@ -94,14 +94,14 @@ <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> - <version>${junit.jupiter.version}</version> + <version>${junit-jupiter-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> - <version>${junit.jupiter.version}</version> + <version>${junit-jupiter-version}</version> <scope>test</scope> </dependency> @@ -109,19 +109,19 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <version>${log4j.version}</version> + <version>${log4j2-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>${log4j.version}</version> + <version>${log4j2-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> - <version>${log4j.version}</version> + <version>${log4j2-version}</version> <scope>test</scope> </dependency>
