-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: UPM (Universal Plugin Manager)
The Crowd libraries in JIRA need updating to get around an error found with XFire http://jira.codehaus.org/browse/XFIRE-888
This should mean the following for JIRA's parent pom.
<dependency> <artifactId>wstx-asl</artifactId> <groupId>woodstox</groupId> <version>3.2.0</version> <properties> <war.bundle>true</war.bundle> </properties> </dependency> <dependency> <artifactId>xfire-all</artifactId> <groupId>org.codehaus.xfire</groupId> <version>1.2.6</version> <properties> <war.bundle>true</war.bundle> </properties> </dependency>
- is cloned from
-
BAM-1862 Move the XFire dependency for Crowd from 1.2.1 to 1.2.6
- Closed