You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2008/09/25 11:35:15 UTC

svn commit: r698896 - /activemq/camel/trunk/tests/camel-itest/pom.xml

Author: hadrian
Date: Thu Sep 25 02:35:15 2008
New Revision: 698896

URL: http://svn.apache.org/viewvc?rev=698896&view=rev
Log:
Fix build error.

Modified:
    activemq/camel/trunk/tests/camel-itest/pom.xml

Modified: activemq/camel/trunk/tests/camel-itest/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tests/camel-itest/pom.xml?rev=698896&r1=698895&r2=698896&view=diff
==============================================================================
--- activemq/camel/trunk/tests/camel-itest/pom.xml (original)
+++ activemq/camel/trunk/tests/camel-itest/pom.xml Thu Sep 25 02:35:15 2008
@@ -35,34 +35,19 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-core</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-core</artifactId>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
       <artifactId>camel-jms</artifactId>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-spring</artifactId>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-cxf</artifactId>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-jetty</artifactId>
-      <scope>test</scope>
     </dependency>
 
     <dependency>
@@ -71,6 +56,12 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-core</artifactId>
       <scope>test</scope>



Re: svn commit: r698896 - /activemq/camel/trunk/tests/camel-itest/pom.xml

Posted by Willem Jiang <wi...@gmail.com>.
Hi hadrian,

The itest only has the test code , so the test scope should be ok.
What kind of build error are you facing?

Willem

hadrian@apache.org wrote:
> Author: hadrian
> Date: Thu Sep 25 02:35:15 2008
> New Revision: 698896
>
> URL: http://svn.apache.org/viewvc?rev=698896&view=rev
> Log:
> Fix build error.
>
> Modified:
>     activemq/camel/trunk/tests/camel-itest/pom.xml
>
> Modified: activemq/camel/trunk/tests/camel-itest/pom.xml
> URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tests/camel-itest/pom.xml?rev=698896&r1=698895&r2=698896&view=diff
> ==============================================================================
> --- activemq/camel/trunk/tests/camel-itest/pom.xml (original)
> +++ activemq/camel/trunk/tests/camel-itest/pom.xml Thu Sep 25 02:35:15 2008
> @@ -35,34 +35,19 @@
>    <dependencies>
>      <dependency>
>        <groupId>org.apache.camel</groupId>
> -      <artifactId>camel-core</artifactId>
> -      <scope>test</scope>
> -    </dependency>
> -    <dependency>
> -      <groupId>org.apache.camel</groupId>
> -      <artifactId>camel-core</artifactId>
> -      <type>test-jar</type>
> -      <scope>test</scope>
> -    </dependency>
> -    <dependency>
> -      <groupId>org.apache.camel</groupId>
>        <artifactId>camel-jms</artifactId>
> -      <scope>test</scope>
>      </dependency>
>      <dependency>
>        <groupId>org.apache.camel</groupId>
>        <artifactId>camel-spring</artifactId>
> -      <scope>test</scope>
>      </dependency>
>      <dependency>
>        <groupId>org.apache.camel</groupId>
>        <artifactId>camel-cxf</artifactId>
> -      <scope>test</scope>
>      </dependency>
>      <dependency>
>        <groupId>org.apache.camel</groupId>
>        <artifactId>camel-jetty</artifactId>
> -      <scope>test</scope>
>      </dependency>
>  
>      <dependency>
> @@ -71,6 +56,12 @@
>        <scope>test</scope>
>      </dependency>
>      <dependency>
> +      <groupId>org.apache.camel</groupId>
> +      <artifactId>camel-core</artifactId>
> +      <type>test-jar</type>
> +      <scope>test</scope>
> +    </dependency>
> +    <dependency>
>        <groupId>org.apache.activemq</groupId>
>        <artifactId>activemq-core</artifactId>
>        <scope>test</scope>
>
>
>
>