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 c69a9300f74 CAMEL-18819 hbase: excluded audience-annotations from zookeeper (#8908) c69a9300f74 is described below commit c69a9300f74403cced0de59768e613ad6dcaefa7 Author: JiriOndrusek <ondrusek.j...@gmail.com> AuthorDate: Thu Dec 15 14:44:30 2022 +0100 CAMEL-18819 hbase: excluded audience-annotations from zookeeper (#8908) --- components/camel-hbase/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/camel-hbase/pom.xml b/components/camel-hbase/pom.xml index 7da053a64d9..f1bce846018 100644 --- a/components/camel-hbase/pom.xml +++ b/components/camel-hbase/pom.xml @@ -41,6 +41,10 @@ <artifactId>hbase-client</artifactId> <version>${hbase-version}</version> <exclusions> + <exclusion> + <groupId>org.apache.yetus</groupId> + <artifactId>audience-annotations</artifactId> + </exclusion> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId>