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