[jboss-cvs] JBossAS SVN: r110636 - in projects/security/security-negotiation/branches/dlofthouse/SECURITY-568: jboss-negotiation-spnego and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Feb 11 09:51:59 EST 2011
Author: darran.lofthouse at jboss.com
Date: 2011-02-11 09:51:59 -0500 (Fri, 11 Feb 2011)
New Revision: 110636
Modified:
projects/security/security-negotiation/branches/dlofthouse/SECURITY-568/jboss-negotiation-net/pom.xml
projects/security/security-negotiation/branches/dlofthouse/SECURITY-568/jboss-negotiation-spnego/pom.xml
Log:
Clean up maven dependencies.
Modified: projects/security/security-negotiation/branches/dlofthouse/SECURITY-568/jboss-negotiation-net/pom.xml
===================================================================
--- projects/security/security-negotiation/branches/dlofthouse/SECURITY-568/jboss-negotiation-net/pom.xml 2011-02-11 14:47:32 UTC (rev 110635)
+++ projects/security/security-negotiation/branches/dlofthouse/SECURITY-568/jboss-negotiation-net/pom.xml 2011-02-11 14:51:59 UTC (rev 110636)
@@ -40,9 +40,13 @@
<groupId>org.jboss.security</groupId>
<artifactId>jboss-negotiation-spnego</artifactId>
</dependency>
-
+
<!-- Global dependencies -->
<dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</dependency>
@@ -50,7 +54,16 @@
<groupId>org.jboss.mx</groupId>
<artifactId>jboss-j2se</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jbosssx</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jboss-security-spi</artifactId>
+ </dependency>
+
</dependencies>
</project>
Modified: projects/security/security-negotiation/branches/dlofthouse/SECURITY-568/jboss-negotiation-spnego/pom.xml
===================================================================
--- projects/security/security-negotiation/branches/dlofthouse/SECURITY-568/jboss-negotiation-spnego/pom.xml 2011-02-11 14:47:32 UTC (rev 110635)
+++ projects/security/security-negotiation/branches/dlofthouse/SECURITY-568/jboss-negotiation-spnego/pom.xml 2011-02-11 14:51:59 UTC (rev 110636)
@@ -51,23 +51,11 @@
<artifactId>jboss-common-core</artifactId>
</dependency>
<dependency>
- <groupId>org.jboss.jbossas</groupId>
- <artifactId>jboss-as-security</artifactId>
- </dependency>
- <dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</dependency>
<dependency>
- <groupId>org.jboss.mx</groupId>
- <artifactId>jboss-j2se</artifactId>
- </dependency>
- <dependency>
<groupId>org.jboss.security</groupId>
- <artifactId>jboss-security-spi</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.security</groupId>
<artifactId>jbosssx</artifactId>
</dependency>
<dependency>
More information about the jboss-cvs-commits
mailing list