Move the XFire dependency for Crowd from 1.2.1 to 1.2.6

XMLWordPrintable

      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>
      

              Assignee:
              Paul Curren
              Reporter:
              Justin Koke
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: