]
Norman Richards reassigned JBSEAM-4331:
---------------------------------------
Assignee: Norman Richards
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.GA
Reporter: Anthony Whitford
Assignee: Norman Richards
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: