[jboss-dev] AS trunk build is failing

Paul Gier pgier at redhat.com
Tue Jun 9 11:27:43 EDT 2009


When this happens, you just need to add the appropriate exclusion.  So in the 
webbeans dependency add something like this:

   <exclusions>
     <exclusion>
       <groupId>javax.xml.bind</groupId>
       <artifactId>jaxb-api</artifactId>
     </exclusion>
     <exclusion>
       <groupId>javax.xml.stream</groupId>
       <artifactId>stax-api</artifactId>
     </exclusion>
   </exclusions>

Jaikiran Pai wrote:
> Found a workaround 
> http://lists.jboss.org/pipermail/jboss-development/2009-April/014247.html
> 
> -Jaikiran
> Jaikiran Pai wrote:
>> The AS trunk is failing with a banned dependency error:
>>
>> [java] [INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
>>     [java] [INFO] [enforcer:enforce {execution: ban-bad-dependencies}]
>>     [java] [WARNING] Rule 0: 
>> org.apache.maven.plugins.enforcer.BannedDependencies failed with message:
>>     [java] Found Banned Dependency: javax.xml.bind:jaxb-api:jar:2.1
>>     [java] Found Banned Dependency: javax.xml.stream:stax-api:jar:1.0-2
>>
>>
>> Seems to be coming from webbeans logging (http://pastebin.com/m1894e846)
>>
>> +- org.jboss.webbeans:webbeans-logging:jar:1.0.0.PREVIEW1:compile
>> [INFO] |     \- javax.xml.ws:jaxws-api:jar:2.1:compile
>> [INFO] |        +- javax.xml.bind:jaxb-api:jar:2.1:compile
>> [INFO] |        |  \- javax.xml.stream:stax-api:jar:1.0-2:compile
>>
>> regards,
>> -Jaikiran
>>
>> _______________________________________________
>> jboss-development mailing list
>> jboss-development at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jboss-development
> 
> _______________________________________________
> jboss-development mailing list
> jboss-development at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development




More information about the jboss-development mailing list