[
http://jira.jboss.com/jira/browse/JBRULES-1128?page=comments#action_12373826 ]
Geoffrey De Smet commented on JBRULES-1128:
-------------------------------------------
Being non optional and having the non-legacy groupId it caused some classpath havoc in
taseree.
Xstream should be optional for drools-core and it should use the
non-legacy groupId
------------------------------------------------------------------------------------
Key: JBRULES-1128
URL:
http://jira.jboss.com/jira/browse/JBRULES-1128
Project: JBoss Rules
Issue Type: Patch
Security Level: Public(Everyone can see)
Affects Versions: 4.0.0.GA
Reporter: Geoffrey De Smet
Assigned To: Geoffrey De Smet
Fix For: FUTURE
<!-- Xstream -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.2.2</version>
</dependency>
<!-- Xstream -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<optional>true</optional><!-- Only needed for auditing -->
</dependency>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira