Bug 973046

Summary: Missing transitive dependencies in WFK-2.3.0.ER1 maven repository
Product: [Retired] JBoss Enterprise WFK Platform 2 Reporter: thradec
Component: MavenAssignee: Marek Novotny <mnovotny>
Status: CLOSED INSUFFICIENT_DATA QA Contact: thradec
Severity: high Docs Contact:
Priority: urgent    
Version: 2.3.0CC: kpiwko, pmuir
Target Milestone: ---   
Target Release: 2.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-16 15:42:25 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:
Bug Depends On: 920680    
Bug Blocks:    
Attachments:
Description Flags
Snowdrop dependency tree none

Description thradec 2013-06-11 07:18:44 UTC
Missing transitive dependencies:

in org.jboss.aop:jboss-aop:jar:2.0.1.GA
	- apache-xerces:xml-apis:jar:2.9.1
	- trove:trove:jar:2.1.1

in org.richfaces.core:richfaces-core-impl:jar:4.3.2.Final-redhat-1
	- org.slf4j:jcl-over-slf4j:jar:1.6.1-redhat-2

Comment 1 Marek Novotny 2013-06-11 08:53:05 UTC
1. org.jboss.snowdrop:snowdrop-deployers-core:jar:2.0.5.Final-redhat-2 requires org.jboss.aop:jboss-aop:jar:2.0.1.GA and that is pulled from JBoss repository. apache-xerces:xml-apis:jar:2.9.1 is not used in any snowdrop modules look at attached dependency:tree output. There is only xml-apis:xml-apis:1.3.04 which is in Maven Central http://search.maven.org/#artifactdetails%7Cxml-apis%7Cxml-apis-ext%7C1.3.04%7Cjar


2. trove:trove:jar:2.1.1 will be added into WFK repository

3. org.slf4j:jcl-over-slf4j:jar:1.6.1-redhat-2 is pulled from org.apache.james:apache-mime4j:0.6-redhat-2, which manages old version of slf4j-api (this is already filed in EAP bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=920680). I will add new dependency management for org.slf4j.* artifacts to use 1.7.2-redhat-1

Comment 2 Marek Novotny 2013-06-11 08:54:50 UTC
Created attachment 759481 [details]
Snowdrop dependency tree

This is full dependency tree list for Snowdrop, as it is not including apache-apache-xerces:xml-apis:jar:2.9.1

Comment 3 Marek Novotny 2013-06-11 09:52:47 UTC
Evidence of trove/trove/1.0.2 were added nothing else is in MEAD online repository so the reported missing trove:trove:jar:2.1.1 is not correct - 
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/WFK/view/WFK-2.3-CI/job/JBoss-WFK-2.3.x-Maven-Repository/ws/jboss-wfk-2.3.0.CR1-maven-repository/

Look at http://download.devel.redhat.com/brewroot/repos/jb-wfk-2-rhel-6-build/latest/maven/trove/trove/ . There are no 2.1.1 version. Please check your verification tool.

Comment 5 Marek Novotny 2013-06-20 19:56:46 UTC
this issue depends on EAP 6.1.0 bug https://bugzilla.redhat.com/show_bug.cgi?id=920680 and planned work for Snowdrop for WFK 2.4.0

Comment 7 Pete Muir 2013-07-16 15:42:25 UTC
Migrated to JIRA

Comment 8 JBoss JIRA Server 2013-07-30 18:36:17 UTC
Rodney Russ <rruss> made a comment on jira WFK2-26

Can this go in 2.4 [~manaRH] ?

Comment 9 JBoss JIRA Server 2013-07-31 07:31:47 UTC
Marek Novotny <mnovotny> made a comment on jira WFK2-26

[~rruss] partially, richfaces transitive dependency issue relies on EAP fix, which won't be available for WFK 2.4. We can only workaround it.

org.jboss.aop:jboss-aop:jar:2.0.1.GA issue is related to snowdrop refactoring and get rid off EAP5 dependencies in https://issues.jboss.org/browse/WFK2-42