[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-4331) Upgrade xstream dependency
Norman Richards (JIRA)
jira-events at lists.jboss.org
Thu Jul 30 17:50:41 EDT 2009
[ https://jira.jboss.org/jira/browse/JBSEAM-4331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Norman Richards updated JBSEAM-4331:
------------------------------------
Fix Version/s: 2.2.1.CR1
Affects Version/s: 2.2.0.CR1
(was: 2.2.0.GA)
> 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
More information about the seam-issues
mailing list