Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-13806

Move the XFire dependency for Crowd from 1.2.1 to 1.2.6

    XMLWordPrintable

Details

    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      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>
      

      Attachments

        1. JRA-13806.patch
          10 kB
          Justin Koke

        Issue Links

          Activity

            People

              jed Jed Wesley-Smith (Inactive)
              justin@atlassian.com Justin Koke
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: