[jboss-cvs] JBossAS SVN: r96194 - in trunk: console and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 9 14:50:12 EST 2009


Author: pgier
Date: 2009-11-09 14:50:11 -0500 (Mon, 09 Nov 2009)
New Revision: 96194

Modified:
   trunk/component-matrix/pom.xml
   trunk/console/pom.xml
   trunk/ejb3/pom.xml
   trunk/tomcat/pom.xml
Log:
Remove duplicate dependency declarations

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2009-11-09 19:47:51 UTC (rev 96193)
+++ trunk/component-matrix/pom.xml	2009-11-09 19:50:11 UTC (rev 96194)
@@ -1080,12 +1080,6 @@
       </dependency>
       
       <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <version>1.2.14</version>
-      </dependency>
-      
-      <dependency>
         <groupId>nekohtml</groupId>
         <artifactId>nekohtml</artifactId>
         <version>0.9.1</version>

Modified: trunk/console/pom.xml
===================================================================
--- trunk/console/pom.xml	2009-11-09 19:47:51 UTC (rev 96193)
+++ trunk/console/pom.xml	2009-11-09 19:50:11 UTC (rev 96194)
@@ -124,10 +124,6 @@
       <artifactId>jcommon</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss.web</groupId>
-      <artifactId>servlet-api</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.jboss</groupId>
       <artifactId>jboss-common-core</artifactId>
     </dependency>

Modified: trunk/ejb3/pom.xml
===================================================================
--- trunk/ejb3/pom.xml	2009-11-09 19:47:51 UTC (rev 96193)
+++ trunk/ejb3/pom.xml	2009-11-09 19:50:11 UTC (rev 96194)
@@ -235,17 +235,13 @@
       <groupId>org.jboss.jbossas</groupId>
       <artifactId>jboss-as-iiop</artifactId>
     </dependency>
+    
     <dependency>
       <groupId>org.jboss.mx</groupId>
       <artifactId>jboss-j2se</artifactId>
     </dependency>
     
     <dependency>
-      <groupId>org.jboss.jbossas</groupId>
-      <artifactId>jboss-as-iiop</artifactId>
-    </dependency>
-    
-    <dependency>
       <groupId>org.jboss.naming</groupId>
       <artifactId>jnp-client</artifactId>
     </dependency>

Modified: trunk/tomcat/pom.xml
===================================================================
--- trunk/tomcat/pom.xml	2009-11-09 19:47:51 UTC (rev 96193)
+++ trunk/tomcat/pom.xml	2009-11-09 19:50:11 UTC (rev 96194)
@@ -368,10 +368,6 @@
       <artifactId>concurrent</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>ejb3-persistence</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>jcl-over-slf4j</artifactId>
     </dependency>
@@ -380,10 +376,6 @@
       <artifactId>jcip-annotations</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.faces</groupId>
-      <artifactId>jsf-api</artifactId>
-    </dependency>
-    <dependency>
       <groupId>javax.validation</groupId>
       <artifactId>validation-api</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list