[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4331) Upgrade xstream dependency

Anthony Whitford (JIRA) jira-events at lists.jboss.org
Thu Jul 30 16:50:29 EDT 2009


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


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