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.git
The following commit(s) were added to refs/heads/master by this push: new cbf420e Upgrade Corda to version 4.3 cbf420e is described below commit cbf420e11c03baae1d90158b6d5dcce6528b2ae9 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Nov 19 10:45:15 2019 +0100 Upgrade Corda to version 4.3 --- parent/pom.xml | 2 +- .../spring-boot/components-starter/camel-corda-starter/pom.xml | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index d7a4dd0..1d6fe80 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -148,7 +148,7 @@ <consul-client-version>1.3.3</consul-client-version> <consul-client-bundle-version>1.3.3_1</consul-client-bundle-version> <cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version> - <corda-version>4.1</corda-version> + <corda-version>4.3</corda-version> <couchbase-client-version>1.4.13</couchbase-client-version> <couchbase-client-bundle-version>1.4.13_1</couchbase-client-bundle-version> <curator-version>2.12.0</curator-version> diff --git a/platforms/spring-boot/components-starter/camel-corda-starter/pom.xml b/platforms/spring-boot/components-starter/camel-corda-starter/pom.xml index d54aafc..fd3b033 100644 --- a/platforms/spring-boot/components-starter/camel-corda-starter/pom.xml +++ b/platforms/spring-boot/components-starter/camel-corda-starter/pom.xml @@ -38,14 +38,6 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-corda</artifactId> <version>${project.version}</version> - <!--START OF GENERATED CODE--> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - <!--END OF GENERATED CODE--> </dependency> <!--START OF GENERATED CODE--> <dependency>