"mark.spritzler" wrote : Adrian, sorry for the stupid question,
|
| But are the old maven managed and metatype artifact names now combined into
jboss-man-aggregator?
|
| We had
|
|
| | <dependency>
| | <groupId>org.jboss.man</groupId>
| | <artifactId>jboss-managed</artifactId>
| | <version>${microcontainer.version}</version>
| | <scope>provided</scope>
| | </dependency>
| |
| | <dependency>
| | <groupId>org.jboss.man</groupId>
| | <artifactId>jboss-metatype</artifactId>
| | <version>${microcontainer.version}</version>
| | <scope>provided</scope>
| | </dependency>
| |
|
| in our pom for dependencies, and I am updating it.
|
| Thanks
|
| Mark
You just need to depend on org.jboss.man:jboss-managed
the metatype dependency will be automatic as a transitive dependency.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135393#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...