[jboss-jira] [JBoss JIRA] (JBRULES-3315) Remove drools-grid from spring

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Sun Jan 22 00:34:19 EST 2012


    [ https://issues.jboss.org/browse/JBRULES-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660992#comment-12660992 ] 

RH Bugzilla Integration commented on JBRULES-3315:
--------------------------------------------------

Ryan Zhang <rzhang at redhat.com> made a comment on [bug 767085|https://bugzilla.redhat.com/show_bug.cgi?id=767085]

I do a workaround  by removing the knowledge-internal-api deps in droosljbpm-integration/drools-camel/pom.xml to avoid the build issue.  Mark commit is still picked in ER3.  I think the issue report is likely be fixed though the build issue still needs to fix. So please verification this issue on ER3.

The patche I did looks like:
@@ -20,10 +20,10 @@
       <groupId>org.drools</groupId>
       <artifactId>knowledge-api</artifactId>
     </dependency>
-    <dependency>
+    <!--dependency>
       <groupId>org.drools</groupId>
       <artifactId>knowledge-internal-api</artifactId>
-    </dependency>	
+    </dependency-->	
     <dependency>
       <groupId>org.drools</groupId>
       <artifactId>drools-core</artifactId>
                
> Remove drools-grid from spring
> ------------------------------
>
>                 Key: JBRULES-3315
>                 URL: https://issues.jboss.org/browse/JBRULES-3315
>             Project: Drools
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>            Reporter: Mark Proctor
>            Assignee: Mark Proctor
>
> As the grid work is only partially working and causes complexity in the release process for drools-spring, we have decided to remove drools-grip from spring for now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list