Bug 1019267 - Incorrect PicketLink dependencies in the jboss-javaee-6.0-with-security BOM
Summary: Incorrect PicketLink dependencies in the jboss-javaee-6.0-with-security BOM
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Build
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ER6
: EAP 6.2.0
Assignee: Vladimir Dosoudil
QA Contact: Pavel Jelinek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-15 11:47 UTC by Nikoleta Hlavickova
Modified: 2013-12-15 16:21 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:21:07 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Nikoleta Hlavickova 2013-10-15 11:47:16 UTC
Incorrect dependencies in jboss-javaee-6.0-with-security BOM:

            <!-- PicketLink Dependencies -->
            <dependency>
                <groupId>org.picketlink</groupId>
                <artifactId>picketlink-api</artifactId>
                <version>${version.org.picketlink}</version>
            </dependency>
            
            <dependency>
                <groupId>org.picketlink</groupId>
                <artifactId>picketlink-impl</artifactId>
                <version>${version.org.picketlink}</version>
            </dependency>
            
            <dependency>
                <groupId>org.picketlink</groupId>
                <artifactId>picketlink-idm-api</artifactId>
                <version>${version.org.picketlink}</version>
            </dependency>
            
            <dependency>
                <groupId>org.picketlink</groupId>
                <artifactId>picketlink-idm-impl</artifactId>
                <version>${version.org.picketlink}</version>
            </dependency>
            
            <dependency>
                <groupId>org.picketlink</groupId>
                <artifactId>picketlink-idm-simple-schema</artifactId>
                <version>${version.org.picketlink}</version>
            </dependency>

Correct dependencies are defined in the eap6-supported-artifacts BOM:

      <dependency>
        <groupId>org.picketlink</groupId>
        <artifactId>picketlink-core</artifactId>
        <version>2.1.6.3.Final-redhat-2</version>
      </dependency>
      <dependency>
        <groupId>org.picketlink.distribution</groupId>
        <artifactId>picketlink-jbas7</artifactId>
        <version>2.1.6.3.Final-redhat-2</version>
      </dependency>

Please synchronize the jboss-javaee-6.0-with-security BOM with the eap6-supported-artifacts BOM.

Comment 1 Vladimir Dosoudil 2013-10-15 12:00:59 UTC
PR: https://github.com/jboss-developer/jboss-eap-boms/pull/44

Comment 2 Peter Skopek 2013-10-15 12:06:23 UTC
dev-acking this as this isssue was discussed with productization and QE

Comment 3 Rafael Benevides 2013-10-15 15:29:00 UTC
Should this PR applied to master, also ?

(In reply to Vladimir Dosoudil from comment #1)
> PR: https://github.com/jboss-developer/jboss-eap-boms/pull/44

Comment 5 Nikoleta Hlavickova 2013-10-17 10:39:14 UTC
Verified for EAP 6.2.0 ER6.


Note You need to log in before you can comment on or make changes to this bug.