[jboss-jira] [JBoss JIRA] Commented: (JBAS-6055) Use the enforcer plugin to avoid bringing in duplicate/wrong dependencies
Dimitris Andreadis (JIRA)
jira-events at lists.jboss.org
Mon Dec 1 16:57:36 EST 2008
[ https://jira.jboss.org/jira/browse/JBAS-6055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12440642#action_12440642 ]
Dimitris Andreadis commented on JBAS-6055:
------------------------------------------
Re: FastInfoset.jar, my guess is we should be importing only sun-fi, since this is the one explicitly specified in the component-matrix pom:
[INFO] +- sun-fi:FastInfoset:jar:1.2.2:compile
[INFO] +- sun-fi:FastInfosetUtilities:jar:1.2.2:compile
jbossws uses com.sun.xml.fastinfoset:FastInfoset:jar:1.2.2:compile, but I understand it's essentially the same binary under a different name.
The sun-jaxws one, should propably be exluded, too:
[INFO] +- sun-jaxws:FastInfoset:jar:2.1.1:compile
What's gets deployed with AS is a mystery to me, because of the stupid jbossws-deploy-macros.xml:
<patternset id="jbossws.service.lib.patternset">
<include name="**/FastInfoset.jar"/>
By comparing the jars, I think the sun-fi is deployed.
> Use the enforcer plugin to avoid bringing in duplicate/wrong dependencies
> -------------------------------------------------------------------------
>
> Key: JBAS-6055
> URL: https://jira.jboss.org/jira/browse/JBAS-6055
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Build System
> Reporter: Dimitris Andreadis
> Assignee: Paul Gier
> Priority: Critical
> Fix For: JBossAS-5.0.0.GA
>
>
> We need to create an exclude list for the enforcer plugin so that artifacts we know are wrong do not enter the build.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list