You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2008/11/08 07:21:27 UTC

svn commit: r712356 - /servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml

Author: ccustine
Date: Fri Nov  7 22:21:27 2008
New Revision: 712356

URL: http://svn.apache.org/viewvc?rev=712356&view=rev
Log:
added missing junit dependency

Modified:
    servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml

Modified: servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml?rev=712356&r1=712355&r2=712356&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml Fri Nov  7 22:21:27 2008
@@ -68,6 +68,10 @@
               </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
     </dependencies>
 
     <build>