[jboss-cvs] JBossAS SVN: r93403 - in projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP: jboss-negotiation-extras and 4 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Sep 11 08:48:52 EDT 2009
Author: darran.lofthouse at jboss.com
Date: 2009-09-11 08:48:52 -0400 (Fri, 11 Sep 2009)
New Revision: 93403
Modified:
projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-common/pom.xml
projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-extras/pom.xml
projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-ntlm/pom.xml
projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-spnego/pom.xml
projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-toolkit/pom.xml
projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/parent/pom.xml
Log:
[SECURITY-436] Synchronise library versions with EAP 5
Modified: projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-common/pom.xml
===================================================================
--- projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-common/pom.xml 2009-09-11 12:37:38 UTC (rev 93402)
+++ projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-common/pom.xml 2009-09-11 12:48:52 UTC (rev 93403)
@@ -34,12 +34,8 @@
<!-- Global dependencies -->
<dependency>
- <groupId>apache-log4j</groupId>
- <artifactId>log4j</artifactId>
- </dependency>
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-common</artifactId>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
</dependency>
<dependency>
<groupId>jboss.web</groupId>
@@ -49,6 +45,10 @@
<groupId>jboss.web</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </dependency>
</dependencies>
Modified: projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-extras/pom.xml
===================================================================
--- projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-extras/pom.xml 2009-09-11 12:37:38 UTC (rev 93402)
+++ projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-extras/pom.xml 2009-09-11 12:48:52 UTC (rev 93403)
@@ -46,27 +46,18 @@
<!-- Global dependencies -->
<dependency>
- <groupId>apache-log4j</groupId>
+ <groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
<dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-common</artifactId>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
</dependency>
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-jmx</artifactId>
- </dependency>
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>jbosssx</artifactId>
- </dependency>
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-system</artifactId>
- </dependency>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ </dependency>
-
</dependencies>
</project>
Modified: projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-ntlm/pom.xml
===================================================================
--- projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-ntlm/pom.xml 2009-09-11 12:37:38 UTC (rev 93402)
+++ projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-ntlm/pom.xml 2009-09-11 12:48:52 UTC (rev 93403)
@@ -38,8 +38,8 @@
<!-- Global dependencies -->
<dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-common</artifactId>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
Modified: projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-spnego/pom.xml
===================================================================
--- projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-spnego/pom.xml 2009-09-11 12:37:38 UTC (rev 93402)
+++ projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-spnego/pom.xml 2009-09-11 12:48:52 UTC (rev 93403)
@@ -38,14 +38,14 @@
<!-- Global dependencies -->
<dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-common</artifactId>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ </dependency>
<dependency>
- <groupId>jboss</groupId>
- <artifactId>jbosssx</artifactId>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
Modified: projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-toolkit/pom.xml
===================================================================
--- projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-toolkit/pom.xml 2009-09-11 12:37:38 UTC (rev 93402)
+++ projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/jboss-negotiation-toolkit/pom.xml 2009-09-11 12:48:52 UTC (rev 93403)
@@ -52,26 +52,25 @@
<scope>provided</scope>
</dependency>
- <!-- Global dependencies -->
+ <!-- Global dependencies -->
<dependency>
- <groupId>apache-log4j</groupId>
- <artifactId>log4j</artifactId>
+ <groupId>jboss.web</groupId>
+ <artifactId>servlet-api</artifactId>
<scope>provided</scope>
- </dependency>
+ </dependency>
<dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-common</artifactId>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ </dependency>
<dependency>
- <groupId>jboss</groupId>
- <artifactId>jbosssx</artifactId>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
<scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>jboss.web</groupId>
- <artifactId>servlet-api</artifactId>
- <scope>provided</scope>
- </dependency>
+ </dependency>
</dependencies>
</project>
Modified: projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/parent/pom.xml
===================================================================
--- projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/parent/pom.xml 2009-09-11 12:37:38 UTC (rev 93402)
+++ projects/security/security-negotiation/branches/security-negotiation-2.0.3.SP/parent/pom.xml 2009-09-11 12:48:52 UTC (rev 93403)
@@ -18,13 +18,11 @@
<connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/security/security-negotiation/trunk</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/security/security-negotiation/trunk</developerConnection>
</scm>
- <properties>
- <version.apache-log4j.log4j>1.2.14</version.apache-log4j.log4j>
- <version.jboss.jboss-common>4.2.3.GA</version.jboss.jboss-common>
- <version.jboss.jbosssx>4.2.3.GA</version.jboss.jbosssx>
- <version.jboss.jmx>4.2.3.GA</version.jboss.jmx>
- <version.jboss.system>4.2.3.GA</version.jboss.system>
- <version.jboss-web>2.1.0.GA</version.jboss-web>
+ <properties>
+ <version.jboss-web>2.1.3.GA</version.jboss-web>
+ <version.log4j.log4j>1.2.14</version.log4j.log4j>
+ <version.org.jboss.jboss-common-core>2.2.14.GA</version.org.jboss.jboss-common-core>
+ <version.org.jboss.jbossas.jboss-as-security>5.1.0.GA</version.org.jboss.jbossas.jboss-as-security>
<version.junit>3.8.1</version.junit>
</properties>
<build>
@@ -117,33 +115,8 @@
<version>${project.version}</version>
</dependency>
- <!-- External Dependencies -->
+ <!-- External Dependencies -->
<dependency>
- <groupId>apache-log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>${version.apache-log4j.log4j}</version>
- </dependency>
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-common</artifactId>
- <version>${version.jboss.jboss-common}</version>
- </dependency>
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-jmx</artifactId>
- <version>${version.jboss.jmx}</version>
- </dependency>
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>jbosssx</artifactId>
- <version>${version.jboss.jbosssx}</version>
- </dependency>
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-system</artifactId>
- <version>${version.jboss.system}</version>
- </dependency>
- <dependency>
<groupId>jboss.web</groupId>
<artifactId>jbossweb</artifactId>
<version>${version.jboss-web}</version>
@@ -153,7 +126,24 @@
<artifactId>servlet-api</artifactId>
<version>${version.jboss-web}</version>
</dependency>
+
+
<dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>${version.log4j.log4j}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ <version>${version.org.jboss.jboss-common-core}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ <version>${version.org.jboss.jbossas.jboss-as-security}</version>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${version.junit}</version>
More information about the jboss-cvs-commits
mailing list