CAMEL-10958 camel-scala-starter starter module removed but references to it still exist
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e0995119 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e0995119 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e0995119 Branch: refs/heads/master Commit: e0995119c7dc592c9830f319dfe5f88c3f27ddc6 Parents: 1a9a26a Author: Tom Cunningham <tcunn...@redhat.com> Authored: Tue Mar 7 22:30:15 2017 -0500 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Mar 8 09:36:22 2017 +0100 ---------------------------------------------------------------------- apache-camel/pom.xml | 5 ----- apache-camel/src/main/descriptors/common-bin.xml | 1 - parent/pom.xml | 5 ----- .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 5 ----- 4 files changed, 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e0995119/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index aa98a14..e05f958 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -1922,11 +1922,6 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-scala-starter</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-schematron-starter</artifactId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/e0995119/apache-camel/src/main/descriptors/common-bin.xml ---------------------------------------------------------------------- diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml index eb0a99a..672ed0e 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -478,7 +478,6 @@ <include>org.apache.camel:camel-salesforce-starter</include> <include>org.apache.camel:camel-sap-netweaver-starter</include> <include>org.apache.camel:camel-saxon-starter</include> - <include>org.apache.camel:camel-scala-starter</include> <include>org.apache.camel:camel-schematron-starter</include> <include>org.apache.camel:camel-script-starter</include> <include>org.apache.camel:camel-scr-starter</include> http://git-wip-us.apache.org/repos/asf/camel/blob/e0995119/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index a36d6ce..1f7d41c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2977,11 +2977,6 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-scala-starter</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-schematron-starter</artifactId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/e0995119/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index cb17ae8..cb9e151 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -2084,11 +2084,6 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-scala-starter</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-schematron</artifactId> <version>${project.version}</version> </dependency>