You even break it up using maven conventions
| <dependency>
| <groupId>org.jboss.ws</groupId>
| <artifactId>[container]-[spi]</artifactId>
| <version>[release]</version>
| </dependency>
|
or
| <dependency>
| <groupId>org.jboss.ws</groupId>
| <artifactId>[jboss501]-[3.0.2]</artifactId>
| <version>1</version>
| </dependency>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157931#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...