[jboss-jira] [JBoss JIRA] Created: (JBRULES-1128) Xstream should be optional for drools-core and it should use the non-legacy groupId
Geoffrey De Smet (JIRA)
jira-events at lists.jboss.org
Sat Aug 25 08:31:18 EDT 2007
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
More information about the jboss-jira
mailing list