Fix woodstox groupId in maven poms
----------------------------------

                 Key: XFIRE-795
                 URL: http://jira.codehaus.org/browse/XFIRE-795
             Project: XFire
          Issue Type: Bug
    Affects Versions: 1.2.2
            Reporter: fabrizio giustina
         Assigned To: Dan Diephouse
            Priority: Minor


Woodstox is now available in the maven repository under the groupId 
org.codehaus.woodstox.
The dependency in xfire-core pom should be changed from:

    <dependency>
      <groupId>woodstox</groupId>
      <artifactId>wstx-asl</artifactId>
    </dependency>

to:

    <dependency>
      <groupId>org.codehaus.woodstox</groupId>
      <artifactId>wstx-asl</artifactId>
    </dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to