You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2008/03/26 17:05:42 UTC

svn commit: r641363 - in /activemq/camel/trunk: components/camel-testng/pom.xml pom.xml

Author: jstrachan
Date: Wed Mar 26 09:05:38 2008
New Revision: 641363

URL: http://svn.apache.org/viewvc?rev=641363&view=rev
Log:
switched to full hamcrest library

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

Modified: activemq/camel/trunk/components/camel-testng/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-testng/pom.xml?rev=641363&r1=641362&r2=641363&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-testng/pom.xml (original)
+++ activemq/camel/trunk/components/camel-testng/pom.xml Wed Mar 26 09:05:38 2008
@@ -58,7 +58,7 @@
     </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest-library</artifactId>
+      <artifactId>hamcrest-all</artifactId>
     </dependency>
 
     <!-- testing -->

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=641363&r1=641362&r2=641363&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Wed Mar 26 09:05:38 2008
@@ -704,7 +704,7 @@
       </dependency>
       <dependency>
         <groupId>org.hamcrest</groupId>
-        <artifactId>hamcrest-library</artifactId>
+        <artifactId>hamcrest-all</artifactId>
         <version>1.1</version>
       </dependency>