[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: JBoss Managed as an external project
adrian@jboss.org
do-not-reply at jboss.com
Mon Mar 10 13:05:29 EDT 2008
"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#4135393
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135393
More information about the jboss-dev-forums
mailing list