[jboss-cvs] JBossAS SVN: r76822 - in projects/security/security-negotiation/trunk: jboss-negotiation-spnego and 1 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Aug 8 08:01:39 EDT 2008
Author: darran.lofthouse at jboss.com
Date: 2008-08-08 08:01:39 -0400 (Fri, 08 Aug 2008)
New Revision: 76822
Modified:
projects/security/security-negotiation/trunk/jboss-negotiation-spnego/pom.xml
projects/security/security-negotiation/trunk/jboss-negotiation-toolkit/pom.xml
projects/security/security-negotiation/trunk/jboss-negotiation/pom.xml
Log:
[SECURITY-217] Project refactoring - fix dependencies.
Modified: projects/security/security-negotiation/trunk/jboss-negotiation/pom.xml
===================================================================
--- projects/security/security-negotiation/trunk/jboss-negotiation/pom.xml 2008-08-08 11:27:53 UTC (rev 76821)
+++ projects/security/security-negotiation/trunk/jboss-negotiation/pom.xml 2008-08-08 12:01:39 UTC (rev 76822)
@@ -31,17 +31,9 @@
<!-- Do not add version information here, use ../parent/pom.xml instead -->
<dependencies>
<!-- Local Dependencies -->
- <dependency>
- <groupId>org.jboss.security</groupId>
- <artifactId>jboss-negotiation-ntlm</artifactId>
- </dependency>
-
+
<!-- Global dependencies -->
<dependency>
- <groupId>apache-codec</groupId>
- <artifactId>commons-codec</artifactId>
- </dependency>
- <dependency>
<groupId>apache-log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
@@ -56,23 +48,12 @@
<dependency>
<groupId>jboss</groupId>
<artifactId>jbosssx</artifactId>
- </dependency>
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-system</artifactId>
</dependency>
<dependency>
<groupId>jboss.web</groupId>
<artifactId>jbossweb</artifactId>
</dependency>
- <dependency>
- <groupId>jboss.web</groupId>
- <artifactId>servlet-api</artifactId>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </dependency>
+
</dependencies>
</project>
Modified: projects/security/security-negotiation/trunk/jboss-negotiation-spnego/pom.xml
===================================================================
--- projects/security/security-negotiation/trunk/jboss-negotiation-spnego/pom.xml 2008-08-08 11:27:53 UTC (rev 76821)
+++ projects/security/security-negotiation/trunk/jboss-negotiation-spnego/pom.xml 2008-08-08 12:01:39 UTC (rev 76822)
@@ -49,6 +49,10 @@
<groupId>jboss</groupId>
<artifactId>jbosssx</artifactId>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
</dependencies>
</project>
Modified: projects/security/security-negotiation/trunk/jboss-negotiation-toolkit/pom.xml
===================================================================
--- projects/security/security-negotiation/trunk/jboss-negotiation-toolkit/pom.xml 2008-08-08 11:27:53 UTC (rev 76821)
+++ projects/security/security-negotiation/trunk/jboss-negotiation-toolkit/pom.xml 2008-08-08 12:01:39 UTC (rev 76822)
@@ -33,6 +33,16 @@
<!-- Local Dependencies -->
<dependency>
<groupId>org.jboss.security</groupId>
+ <artifactId>jboss-negotiation</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jboss-negotiation-common</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.security</groupId>
<artifactId>jboss-negotiation-spnego</artifactId>
<scope>provided</scope>
</dependency>
More information about the jboss-cvs-commits
mailing list