This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch box-java-sdk-4.6.1 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 34321bed2646db2698727f59dceb4427f09604fe Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Nov 15 09:13:01 2023 +0100 Upgrade Box Java SDK to version 4.6.1 Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- components/camel-box/camel-box-api/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/components/camel-box/camel-box-api/pom.xml b/components/camel-box/camel-box-api/pom.xml index d4b39e51196..85e48dba735 100644 --- a/components/camel-box/camel-box-api/pom.xml +++ b/components/camel-box/camel-box-api/pom.xml @@ -43,18 +43,6 @@ <groupId>com.box</groupId> <artifactId>box-java-sdk</artifactId> <version>${box-java-sdk-version}</version> - <exclusions> - <exclusion> - <groupId>com.box</groupId> - <artifactId>box-java-sdk</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> - <groupId>org.bitbucket.b_c</groupId> - <artifactId>jose4j</artifactId> - <version>${jose4j-version}</version> </dependency> <dependency>