Author: jstrachan
Date: Mon Dec  1 12:45:07 2008
New Revision: 722221

URL: http://svn.apache.org/viewvc?rev=722221&view=rev
Log:
removed some dependencies from being mandatory

Modified:
    activemq/camel/trunk/components/camel-test/pom.xml

Modified: activemq/camel/trunk/components/camel-test/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-test/pom.xml?rev=722221&r1=722220&r2=722221&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-test/pom.xml (original)
+++ activemq/camel/trunk/components/camel-test/pom.xml Mon Dec  1 12:45:07 2008
@@ -48,20 +48,20 @@
       <artifactId>camel-spring</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest-all</artifactId>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
     </dependency>
+
+    <!-- optional dependencies for running tests -->
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
+      <scope>test</scope>
     </dependency>
 
   </dependencies>


Reply via email to