[jboss-dev-forums] [Design of Security on JBoss] - Re: Cleaned up security project
scott.stark@jboss.org
do-not-reply at jboss.com
Tue Nov 28 12:21:43 EST 2006
Another dependency that still needs to be cleaned up are these jbossas references:
| <dependency>
| <groupId>jboss</groupId>
| <artifactId>jboss-j2ee</artifactId>
| <version>SNAPSHOT</version>
| </dependency>
| <dependency>
| <groupId>jboss</groupId>
| <artifactId>jboss-j2se</artifactId>
| <version>5.0-SNAPSHOT</version>
| </dependency>
| <dependency>
| <groupId>jboss</groupId>
| <artifactId>jboss-system</artifactId>
| <version>5.0-SNAPSHOT</version>
| </dependency>
| <dependency>
| <groupId>jboss</groupId>
| <artifactId>jboss-transaction</artifactId>
| <version>5.0-SNAPSHOT</version>
| </dependency>
| <dependency>
| <groupId>jboss</groupId>
| <artifactId>jboss</artifactId>
| <version>5.0-SNAPSHOT</version>
| </dependency>
| <dependency>
| <groupId>jboss</groupId>
| <artifactId>jnpserver</artifactId>
| <version>5.0-SNAPSHOT</version>
| </dependency>
| <dependency>
| <groupId>jboss</groupId>
| <artifactId>jboss-mbeans</artifactId>
| <version>5.0-SNAPSHOT</version>
| </dependency>
|
Some should just be removed and the security project refactored to remove the dependency. Others need the jbossas project to be splitup.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989413#3989413
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989413
More information about the jboss-dev-forums
mailing list