-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Server - Authentication
The Crowd libraries in Confluence need updating to get around an error found with XFire http://jira.codehaus.org/browse/XFIRE-888
This should mean the following for Confluence's parent pom.
<dependency> <groupId>woodstox</groupId> <artifactId>wstx-asl</artifactId> <version>3.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.codehaus.xfire</groupId> <artifactId>xfire-all</artifactId> <version>1.2.6</version> <scope>runtime</scope> </dependency>