[
https://jira.jboss.org/jira/browse/JBSEAM-4331?page=com.atlassian.jira.pl...
]
Norman Richards closed JBSEAM-4331.
-----------------------------------
Resolution: Done
I've updated the dependency. For some reason the groupId was wrong in our pom, so
I've fixed that along with references to it. I'll have to investigate a little
make sure the error wasn't an intentional workaround to some other problem, but
everything looks good so far.
Upgrade xstream dependency
--------------------------
Key: JBSEAM-4331
URL:
https://jira.jboss.org/jira/browse/JBSEAM-4331
Project: Seam
Issue Type: Task
Components: Drools
Affects Versions: 2.2.0.CR1
Reporter: Anthony Whitford
Assignee: Norman Richards
Fix For: 2.2.1.CR1
I am surprised to see a very old xstream dependency baked into the root pom:
<dependency>
<groupId>xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.1.3</version>
</dependency>
This version was released January 13, 2006. The latest version is 1.3.1 which was
released December 6, 2008.
Note that according to JBRULES-1128 at least version 1.2.2 is required.
Would prefer to see:
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.3.1</version>
</dependency>
See:
http://repo2.maven.org/maven2/com/thoughtworks/xstream/xstream/1.3.1/
(For those of us using a new version of XStream in our projects with the current groupId,
the legacy dependency causes issues if you don't exclude it.)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira