Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-10770

picketlink has bad dependency in pom.xml

XMLWordPrintable

    • Regression
    • CR2
    • EAP 7.0.6

      picketlink-federation has wrong version of dependency for jbossxacml. Version "2.0.8.Final" is not in Maven central repository nor delivered zip.
      picketlink-federation is a dependency from bom file (jboss-eap-javaee7-7.0.6.GA.pom) which customers should use. That is why is important to have all dependency in Maven central repository or delivered zip.

      There is currently:

          <dependency>
            <groupId>org.jboss.security</groupId>
            <artifactId>jbossxacml</artifactId>
            <version>2.0.8.Final</version>
          </dependency>
      

      There should be

          <dependency>
            <groupId>org.jboss.security</groupId>
            <artifactId>jbossxacml</artifactId>
            <version>2.0.8.Final-redhat-6</version>
          </dependency>
      

            vdosoudi@redhat.com Vladimir Dosoudil
            jbilek@redhat.com Jiří Bílek (Inactive)
            Jiří Bílek Jiří Bílek (Inactive)
            Jiří Bílek Jiří Bílek (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: