Bug 995164

Summary: JBoss component master pom references incorrect version of jackson-mapper-asl
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Kyle Lape <klape>
Component: Maven RepositoryAssignee: Paul Gier <pgier>
Status: CLOSED DUPLICATE QA Contact: Nikoleta Hlavickova <nziakova>
Severity: unspecified Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.1.0CC: bsutter, ttarrant
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-02 21:53:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kyle Lape 2013-08-08 16:56:41 UTC
If I try to add a dependency to my pom.xml like:

   <dependency>
     <groupId>org.codehaus.jackson</groupId>
     <artifactId>jackson-mapper-asl</artifactId>
     <version>1.9.9-redhat-2</version>
     <scope>provided</scope>
   </dependency>

I get an error:

[ERROR] Failed to execute goal on project my-project: Could not resolve dependencies for project com.redhat.gss:my-project:jar:1.1-SNAPSHOT: Failure to find org.codehaus.jackson:jackson-core-asl:jar:1.9.9-redhat-1 in file:/path/to/jboss-eap-6.1.0.GA-maven-repository was cached in the local repository, resolution will not be reattempted until the update interval of jboss-eap-repository has elapsed or updates are forced -> [Help 1]

Notice how the error mentions version 1.9.9-redhat-1, which is not what I specified.  This is due to the JBoss component master pom referencing an incorrect version of jackson-mapper-asl.

Comment 1 Paul Gier 2014-07-02 21:53:10 UTC
Closing this as a duplicate of bug 1037676.  We should be able to fix this for 6.4.

*** This bug has been marked as a duplicate of bug 1037676 ***