[jboss-cvs] JBossAS SVN: r81666 - in trunk: spring-int and 1 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Nov 26 16:12:23 EST 2008
Author: pgier
Date: 2008-11-26 16:12:22 -0500 (Wed, 26 Nov 2008)
New Revision: 81666
Modified:
trunk/component-matrix/pom.xml
trunk/spring-int/build.xml
trunk/thirdparty/pom.xml
Log:
[JBAS-6055] Remove old jboss-common dependencies.
Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml 2008-11-26 21:06:37 UTC (rev 81665)
+++ trunk/component-matrix/pom.xml 2008-11-26 21:12:22 UTC (rev 81666)
@@ -681,24 +681,6 @@
</dependency>
<dependency>
- <groupId>jboss.common</groupId>
- <artifactId>jboss-common</artifactId>
- <version>1.2.1.GA-brew</version>
- </dependency>
-
- <dependency>
- <groupId>jboss.common</groupId>
- <artifactId>jboss-common-client</artifactId>
- <version>1.2.1.GA-brew</version>
- </dependency>
-
- <dependency>
- <groupId>jboss.common</groupId>
- <artifactId>namespace</artifactId>
- <version>1.2.1.GA-brew</version>
- </dependency>
-
- <dependency>
<groupId>jboss.jaxbintros</groupId>
<artifactId>jboss-jaxb-intros</artifactId>
<version>1.0.0.GA</version>
Modified: trunk/spring-int/build.xml
===================================================================
--- trunk/spring-int/build.xml 2008-11-26 21:06:37 UTC (rev 81665)
+++ trunk/spring-int/build.xml 2008-11-26 21:12:22 UTC (rev 81666)
@@ -91,7 +91,8 @@
<!-- Specify modules upon which this build depends -->
<path id="dependentmodule.classpath">
<path refid="jboss.aop.classpath"/>
- <path refid="jboss.common.classpath"/>
+ <path refid="jboss.common.core.classpath"/>
+ <path refid="jboss.common.logging.spi.classpath"/>
<path refid="jboss.jboss.ejb3.ext.api.classpath" />
<path refid="jboss.j2se.classpath"/>
<path refid="jboss.server.classpath"/>
Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml 2008-11-26 21:06:37 UTC (rev 81665)
+++ trunk/thirdparty/pom.xml 2008-11-26 21:12:22 UTC (rev 81666)
@@ -1163,18 +1163,6 @@
<artifactId>jboss-aop-aspects</artifactId>
</dependency>
<dependency>
- <groupId>jboss.common</groupId>
- <artifactId>jboss-common</artifactId>
- </dependency>
- <dependency>
- <groupId>jboss.common</groupId>
- <artifactId>jboss-common-client</artifactId>
- </dependency>
- <dependency>
- <groupId>jboss.common</groupId>
- <artifactId>namespace</artifactId>
- </dependency>
- <dependency>
<groupId>jboss.jms-integration-tests</groupId>
<artifactId>integration-mdb20</artifactId>
</dependency>
More information about the jboss-cvs-commits
mailing list