[rules-dev] drools-examples-drl: additional dependency

Michael Anstis michael.anstis at gmail.com
Wed Sep 15 15:14:45 EDT 2010


The captioned project, when checked out from svn, lacks a dependency in
trunk.

Patch below.

Index: pom.xml
===================================================================
--- pom.xml    (revision 35140)
+++ pom.xml    (working copy)
@@ -44,6 +44,11 @@
       <groupId>com.jgoodies</groupId>
       <artifactId>forms</artifactId>
     </dependency>
+    <dependency>
+        <groupId>org.drools</groupId>
+        <artifactId>drools-flow-core</artifactId>
+        <scope>compile</scope>
+    </dependency>
   </dependencies>

   <properties>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20100915/7ead481e/attachment.html 


More information about the rules-dev mailing list