[rules-dev] drools-examples-fusion: missing dependency

Michael Anstis michael.anstis at gmail.com
Sun Oct 3 15:03:40 EDT 2010


Hi,

The above examples appear to be missing a dependency on
drools-process-compiler.

I attach a patch.

Cheers,

Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20101003/9abf885c/attachment.html 
-------------- next part --------------
### Eclipse Workspace Patch 1.0
#P drools-examples-fusion
Index: pom.xml
===================================================================
--- pom.xml	(revision 35390)
+++ pom.xml	(working copy)
@@ -36,6 +36,10 @@
       <groupId>com.jgoodies</groupId>
       <artifactId>forms</artifactId>
     </dependency>
+    <dependency>
+    	<groupId>org.drools</groupId>
+    	<artifactId>drools-flow-compiler</artifactId>
+    </dependency>
   </dependencies>
 
   <properties>


More information about the rules-dev mailing list