Added camel-disruptor to dist
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2ff3b1da Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2ff3b1da Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2ff3b1da Branch: refs/heads/master Commit: 2ff3b1dab5193c79160a689ae7adff638ed0e7c2 Parents: d12dbff Author: Claus Ibsen <davscl...@apache.org> Authored: Mon May 27 08:58:12 2013 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Mon May 27 08:58:12 2013 +0200 ---------------------------------------------------------------------- apache-camel/pom.xml | 8 +++++ apache-camel/src/main/descriptors/common-bin.xml | 1 + components/camel-disruptor/pom.xml | 24 +++++------------ 3 files changed, 16 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/2ff3b1da/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 54c2382..a1ca22e 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -141,6 +141,14 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-cxf-transport</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-disruptor</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-dns</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/2ff3b1da/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 0ceec51..c102e39 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -49,6 +49,7 @@ <include>org.apache.camel:camel-csv</include> <include>org.apache.camel:camel-cxf</include> <include>org.apache.camel:camel-cxf-transport</include> + <include>org.apache.camel:camel-disruptor</include> <include>org.apache.camel:camel-dns</include> <include>org.apache.camel:camel-dozer</include> <include>org.apache.camel:camel-eclipse</include> http://git-wip-us.apache.org/repos/asf/camel/blob/2ff3b1da/components/camel-disruptor/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-disruptor/pom.xml b/components/camel-disruptor/pom.xml index b5eaa45..9943b58 100644 --- a/components/camel-disruptor/pom.xml +++ b/components/camel-disruptor/pom.xml @@ -27,7 +27,6 @@ <version>2.12-SNAPSHOT</version> </parent> - <name>Camel :: Disruptor</name> <artifactId>camel-disruptor</artifactId> <description>Camel :: Disruptor component</description> @@ -35,19 +34,17 @@ <properties> <camel.osgi.export.pkg>org.apache.camel.component.disruptor.*</camel.osgi.export.pkg> - <camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=disruptor - </camel.osgi.export.service> - <camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=disruptor-vm + <camel.osgi.export.service> + org.apache.camel.spi.ComponentResolver;component=disruptor, + org.apache.camel.spi.ComponentResolver;component=disruptor-vm </camel.osgi.export.service> </properties> <dependencies> - <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> </dependency> - <dependency> <groupId>com.lmax</groupId> <artifactId>disruptor</artifactId> @@ -55,23 +52,15 @@ </dependency> <!-- Test dependencies --> - - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-core</artifactId> - <type>test-jar</type> - </dependency> - <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <type>test-jar</type> </dependency> <dependency> <groupId>org.slf4j</groupId> @@ -79,4 +68,5 @@ <scope>test</scope> </dependency> </dependencies> + </project>