Add the camel-iec60870 and camel-iec60870-starter This change adds the ne camel-iec6087 and camel-iec60870-starter modules to a few build files.
Signed-off-by: Jens Reimann <jreim...@redhat.com> Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3ca4fe70 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3ca4fe70 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3ca4fe70 Branch: refs/heads/master Commit: 3ca4fe70933820ededac051b3e8e9609e5e8a992 Parents: 59a4266 Author: Jens Reimann <jreim...@redhat.com> Authored: Thu Aug 10 10:21:14 2017 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Thu Aug 10 12:20:19 2017 +0200 ---------------------------------------------------------------------- apache-camel/pom.xml | 9 +++++++++ apache-camel/src/main/descriptors/common-bin.xml | 2 ++ parent/pom.xml | 5 +++++ .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 10 ++++++++++ 4 files changed, 26 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/3ca4fe70/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index f16b001..d9e117e 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -460,6 +460,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-iec60870</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-ignite</artifactId> </dependency> <dependency> @@ -1599,6 +1603,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-iec60870-starter</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-ignite-starter</artifactId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/3ca4fe70/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 276c795..4554ea5 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -125,6 +125,7 @@ <include>org.apache.camel:camel-http4</include> <include>org.apache.camel:camel-ibatis</include> <include>org.apache.camel:camel-ical</include> + <include>org.apache.camel:camel-iec60870</include> <include>org.apache.camel:camel-infinispan</include> <include>org.apache.camel:camel-influxdb</include> <include>org.apache.camel:camel-ignite</include> @@ -415,6 +416,7 @@ <include>org.apache.camel:camel-http-starter</include> <include>org.apache.camel:camel-hystrix-starter</include> <include>org.apache.camel:camel-ical-starter</include> + <include>org.apache.camel:camel-iec60870-starter</include> <include>org.apache.camel:camel-ignite-starter</include> <include>org.apache.camel:camel-infinispan-starter</include> <include>org.apache.camel:camel-influxdb-starter</include> http://git-wip-us.apache.org/repos/asf/camel/blob/3ca4fe70/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 4faa687..4025825 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2740,6 +2740,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-iec60870-starter</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-ignite-starter</artifactId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/3ca4fe70/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 675a182..0f5f348 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 @@ -1271,6 +1271,16 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-iec60870</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-iec60870-starter</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-ignite</artifactId> <version>${project.version}</version> </dependency>