History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XFIRE-795
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Tomasz Sztelak
Reporter: fabrizio giustina
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XFire

Fix woodstox groupId in maven poms

Created: 09/Dec/06 04:49 AM   Updated: 17/Dec/06 12:49 PM
Component/s: None
Affects Version/s: 1.2.2
Fix Version/s: 1.2.4

Time Tracking:
Original Estimate: 5 minutes
Original Estimate - 5 minutes
Remaining Estimate: 5 minutes
Remaining Estimate - 5 minutes
Time Spent: Not Specified
Remaining Estimate - 5 minutes


 Description  « Hide
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>



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Tomasz Sztelak - 17/Dec/06 12:49 PM
Fixed in svn