Author: ningjiang Date: Thu Apr 22 11:26:55 2010 New Revision: 936788 URL: http://svn.apache.org/viewvc?rev=936788&view=rev Log: CAMEL-2668 Fixed the warning of missing components
Modified: camel/trunk/apache-camel/pom.xml camel/trunk/apache-camel/src/main/descriptors/common-bin.xml camel/trunk/parent/pom.xml Modified: camel/trunk/apache-camel/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=936788&r1=936787&r2=936788&view=diff ============================================================================== --- camel/trunk/apache-camel/pom.xml (original) +++ camel/trunk/apache-camel/pom.xml Thu Apr 22 11:26:55 2010 @@ -188,6 +188,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-jt400</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-jxpath</artifactId> </dependency> <dependency> @@ -196,6 +200,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-ldap</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-mail</artifactId> </dependency> <dependency> @@ -224,10 +232,6 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-osgi</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-printer</artifactId> </dependency> <dependency> @@ -252,6 +256,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-ruby</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-saxon</artifactId> </dependency> <dependency> @@ -288,6 +296,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-spring-osgi</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-spring-integration</artifactId> </dependency> <dependency> @@ -408,6 +420,10 @@ </dependency> <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-test</artifactId> + </dependency> + <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.osgi.core</artifactId> <optional>true</optional> Modified: camel/trunk/apache-camel/src/main/descriptors/common-bin.xml URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/src/main/descriptors/common-bin.xml?rev=936788&r1=936787&r2=936788&view=diff ============================================================================== --- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original) +++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Thu Apr 22 11:26:55 2010 @@ -81,7 +81,6 @@ <include>org.apache.camel:camel-nagios</include> <include>org.apache.camel:camel-netty</include> <include>org.apache.camel:camel-ognl</include> - <include>org.apache.camel:camel-osgi</include> <include>org.apache.camel:camel-printer</include> <include>org.apache.camel:camel-protobuf</include> <include>org.apache.camel:camel-quartz</include> @@ -122,8 +121,8 @@ <include>org.springframework:spring-beans</include> <include>org.springframework:spring-context</include> <include>org.springframework:spring-core</include> - <include>org.springframework:spring-test</include> <include>org.springframework:spring-web</include> + <include>org.springframework:spring-test</include> </includes> </dependencySet> <dependencySet> Modified: camel/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=936788&r1=936787&r2=936788&view=diff ============================================================================== --- camel/trunk/parent/pom.xml (original) +++ camel/trunk/parent/pom.xml Thu Apr 22 11:26:55 2010 @@ -376,6 +376,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-jt400</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-juel</artifactId> <version>${project.version}</version> </dependency> @@ -391,6 +396,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-ldap</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-mail</artifactId> <version>${project.version}</version> </dependency>