[jboss-cvs] JBossAS SVN: r96189 - trunk/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 9 14:20:18 EST 2009


Author: pgier
Date: 2009-11-09 14:20:18 -0500 (Mon, 09 Nov 2009)
New Revision: 96189

Modified:
   trunk/component-matrix/pom.xml
Log:
Remove duplicate dependency definitions in component-matrix.

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2009-11-09 19:04:43 UTC (rev 96188)
+++ trunk/component-matrix/pom.xml	2009-11-09 19:20:18 UTC (rev 96189)
@@ -804,12 +804,6 @@
 
         <dependency>
           <groupId>jboss.jbossts</groupId>
-          <artifactId>jbossts-common</artifactId>
-          <version>${version.jboss.jbossts}</version>
-        </dependency>
-
-        <dependency>
-          <groupId>jboss.jbossts</groupId>
           <artifactId>jbossjts-jacorb</artifactId>
           <version>${version.jboss.jbossts}</version>
         </dependency>
@@ -1084,12 +1078,6 @@
         <artifactId>junit</artifactId>
         <version>${version.junit}</version>
       </dependency>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>${version.junit}</version>
-        <scope>test</scope>
-      </dependency>
       
       <dependency>
         <groupId>log4j</groupId>
@@ -1798,12 +1786,6 @@
         <groupId>org.jboss.ejb3</groupId>
         <artifactId>jboss-ejb3-endpoint-deployer</artifactId>
         <version>${version.org.jboss.ejb3.endpoint.deployer}</version>
-      </dependency>
-    
-      <dependency>
-        <groupId>org.jboss.ejb3</groupId>
-        <artifactId>jboss-ejb3-endpoint-deployer</artifactId>
-        <version>${version.org.jboss.ejb3.endpoint.deployer}</version>
         <exclusions>
           <!-- EJB3 artifacts come in via jboss-ejb3-as-int -->
           <exclusion>




More information about the jboss-cvs-commits mailing list