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 70058e8f341 CAMEL-18535: Upgrade HBase to 2.5.0 (#8404) 70058e8f341 is described below commit 70058e8f34157fbd5930f218d1eb1a709d53e024 Author: James Netherton <jamesnether...@users.noreply.github.com> AuthorDate: Wed Sep 21 18:07:03 2022 +0100 CAMEL-18535: Upgrade HBase to 2.5.0 (#8404) --- camel-dependencies/pom.xml | 2 +- components/camel-hbase/pom.xml | 4 ++++ parent/pom.xml | 2 +- test-infra/camel-test-infra-hbase/pom.xml | 4 ++++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml index 9e087eb9257..2f555a2bb51 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -248,7 +248,7 @@ <hawtbuf-version>1.11</hawtbuf-version> <hawtdispatch-version>1.22</hawtdispatch-version> <hazelcast-version>5.1.3</hazelcast-version> - <hbase-version>2.4.12</hbase-version> + <hbase-version>2.5.0</hbase-version> <hdrhistrogram-version>2.1.11</hdrhistrogram-version> <hibernate-validator-version>6.2.4.Final</hibernate-validator-version> <hibernate-version>5.6.10.Final</hibernate-version> diff --git a/components/camel-hbase/pom.xml b/components/camel-hbase/pom.xml index e9ca0ba7e6c..628f59ca5ef 100644 --- a/components/camel-hbase/pom.xml +++ b/components/camel-hbase/pom.xml @@ -45,6 +45,10 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-reload4j</artifactId> + </exclusion> <exclusion> <groupId>log4j</groupId> <artifactId>log4j</artifactId> diff --git a/parent/pom.xml b/parent/pom.xml index 58f740ab3c1..6090ac49ffa 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -229,7 +229,7 @@ <hawtbuf-version>1.11</hawtbuf-version> <hawtdispatch-version>1.22</hawtdispatch-version> <hazelcast-version>5.1.3</hazelcast-version> - <hbase-version>2.4.12</hbase-version> + <hbase-version>2.5.0</hbase-version> <hdrhistrogram-version>2.1.11</hdrhistrogram-version> <hibernate-validator-version>6.2.4.Final</hibernate-validator-version> <hibernate-version>5.6.10.Final</hibernate-version> diff --git a/test-infra/camel-test-infra-hbase/pom.xml b/test-infra/camel-test-infra-hbase/pom.xml index 587e0ef6b3a..22a74e736db 100644 --- a/test-infra/camel-test-infra-hbase/pom.xml +++ b/test-infra/camel-test-infra-hbase/pom.xml @@ -54,6 +54,10 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-reload4j</artifactId> + </exclusion> <exclusion> <groupId>log4j</groupId> <artifactId>log4j</artifactId>