This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 932739c572a49fda27c558e55123436266029b77 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jun 8 14:54:36 2021 +0200 CAMEL-16519 - Remove Camel-APNS --- tooling/camel-spring-boot-bom/pom.xml | 5 ----- tooling/camel-spring-boot-dependencies/pom.xml | 10 ---------- 2 files changed, 15 deletions(-) diff --git a/tooling/camel-spring-boot-bom/pom.xml b/tooling/camel-spring-boot-bom/pom.xml index 61e7f42..c5f4b57 100644 --- a/tooling/camel-spring-boot-bom/pom.xml +++ b/tooling/camel-spring-boot-bom/pom.xml @@ -60,11 +60,6 @@ </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> - <artifactId>camel-apns-starter</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-arangodb-starter</artifactId> <version>${project.version}</version> </dependency> diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index decc125..6eeaede 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -433,11 +433,6 @@ </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> - <artifactId>camel-apns-starter</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-arangodb-starter</artifactId> <version>${project.version}</version> </dependency> @@ -2189,11 +2184,6 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-apns</artifactId> - <version>3.11.0-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-arangodb</artifactId> <version>3.11.0-SNAPSHOT</version> </dependency>
