Move the XFire dependency for Crowd from 1.2.1 to 1.2.6

XMLWordPrintable

      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>
      

            Assignee:
            Jed Wesley-Smith (Inactive)
            Reporter:
            Justin Koke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: