[jboss-svn-commits] JBL Code SVN: r31456 - labs/jbossrules/trunk/drools-guvnor.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Feb 5 09:55:07 EST 2010


Author: jervisliu
Date: 2010-02-05 09:55:07 -0500 (Fri, 05 Feb 2010)
New Revision: 31456

Modified:
   labs/jbossrules/trunk/drools-guvnor/pom.xml
Log:
https://jira.jboss.org/jira/browse/GUVNOR-469: BRMSRepositoryConfiguration introduces unnecessary direct dependency on Jackrabbit. Guvnor module does not depend on JackRabbit directly now. Ideally Guvnor module should not depend on JCR API directly as well, need to refactor MailboxService. 

Modified: labs/jbossrules/trunk/drools-guvnor/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-guvnor/pom.xml	2010-02-05 14:52:34 UTC (rev 31455)
+++ labs/jbossrules/trunk/drools-guvnor/pom.xml	2010-02-05 14:55:07 UTC (rev 31456)
@@ -177,10 +177,6 @@
          <groupId>javax.jcr</groupId>
          <artifactId>jcr</artifactId>
       </dependency>
-      <dependency>
-         <groupId>org.apache.jackrabbit</groupId>
-         <artifactId>jackrabbit-core</artifactId>
-      </dependency>
       <!--REVISIT: This lib is needed by org.apache.util.Base64 in org.drools.guvnor.server.files.RepositoryServlet-->
       <dependency>
          <groupId>apache-slide</groupId>



More information about the jboss-svn-commits mailing list