This is an automated email from the ASF dual-hosted git repository. davsclaus 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 5667e51 Remove not used JAR 5667e51 is described below commit 5667e5162576a79be6706069fdc478028d13f4ce Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jan 6 12:57:49 2021 +0100 Remove not used JAR --- components/camel-sjms/pom.xml | 6 ------ components/camel-sjms2/pom.xml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/components/camel-sjms/pom.xml b/components/camel-sjms/pom.xml index e0eafc3..5ec1dec 100644 --- a/components/camel-sjms/pom.xml +++ b/components/camel-sjms/pom.xml @@ -50,12 +50,6 @@ <artifactId>geronimo-jms_1.1_spec</artifactId> <scope>provided</scope> </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-annotation_1.0_spec</artifactId> - <version>${geronimo-annotation-1.0-spec-version}</version> - <scope>provided</scope> - </dependency> <dependency> <groupId>org.apache.camel</groupId> diff --git a/components/camel-sjms2/pom.xml b/components/camel-sjms2/pom.xml index 9c19ee2..a5ed941 100644 --- a/components/camel-sjms2/pom.xml +++ b/components/camel-sjms2/pom.xml @@ -52,12 +52,6 @@ <version>${geronimo-jms2-spec-version}</version> <scope>provided</scope> </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-annotation_1.0_spec</artifactId> - <version>${geronimo-annotation-1.0-spec-version}</version> - <scope>provided</scope> - </dependency> <!-- logging --> <dependency>