Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.2.2
-
Fix Version/s: 1.2.4
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
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>
Fixed in svn