This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 6a96867fc658935c2cf12dec07631db019b2e67c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jul 23 18:06:01 2020 +0200 Fixed build after Cassandra upgrade --- tooling/camel-spring-boot-dependencies-generator/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tooling/camel-spring-boot-dependencies-generator/pom.xml b/tooling/camel-spring-boot-dependencies-generator/pom.xml index 2aaa609..1f7e3c1 100644 --- a/tooling/camel-spring-boot-dependencies-generator/pom.xml +++ b/tooling/camel-spring-boot-dependencies-generator/pom.xml @@ -150,6 +150,8 @@ <exclude>org.mockito:*</exclude> <exclude>org.awaitility:awaitility</exclude> <exclude>org.hamcrest:hamcrest</exclude> + <exclude>com.datastax.oss:java-driver-core</exclude> + <exclude>com.datastax.oss:java-driver-query-builder</exclude> <exclude>org.slf4j:jul-to-slf4j</exclude> <exclude>org.slf4j:log4j-over-slf4j</exclude>