Some dependencies like XB have not really updated the maven artifacts.
I cannot build because I am pulling in jboss/jbossxb/jbossxb/1.0.1.TEST
which defines a dependency on
| <dependency>
| <groupId>jboss.common.core</groupId>
| <artifactId>jboss-common-core</artifactId>
| <version>1.0.1.TEST</version>
| <scope>compile</scope>
| </dependency>
|
which does not exist?
What should be done here?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989389#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...