You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/10/04 12:08:07 UTC

svn commit: r452818 - /incubator/servicemix/trunk/servicemix-core/pom.xml

Author: gnodet
Date: Wed Oct  4 03:08:06 2006
New Revision: 452818

URL: http://svn.apache.org/viewvc?view=rev&rev=452818
Log:
Add missing howl dependency for tests

Modified:
    incubator/servicemix/trunk/servicemix-core/pom.xml

Modified: incubator/servicemix/trunk/servicemix-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/pom.xml?view=diff&rev=452818&r1=452817&r2=452818
==============================================================================
--- incubator/servicemix/trunk/servicemix-core/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-core/pom.xml Wed Oct  4 03:08:06 2006
@@ -243,6 +243,11 @@
       <artifactId>derby</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.objectweb.howl</groupId>
+      <artifactId>howl</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>