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
commit 086788df693cfd3668a2deb7a8a646f59c29dc7c Author: Claus Ibsen <[email protected]> AuthorDate: Mon Jun 14 07:06:20 2021 +0200 CAMEL-16711: components - Move OSGi dependenct code to camel-karaf --- components/camel-corda/pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/components/camel-corda/pom.xml b/components/camel-corda/pom.xml index 0c3784a..8212b16 100644 --- a/components/camel-corda/pom.xml +++ b/components/camel-corda/pom.xml @@ -42,15 +42,6 @@ <artifactId>corda-rpc</artifactId> </dependency> - <!-- osgi --> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>osgi.core</artifactId> - <scope>provided</scope> - <optional>true</optional> - <version>6.0.0</version> - </dependency> - <!-- for testing --> <dependency> <groupId>org.apache.camel</groupId>
