[gatein-commits] gatein SVN: r2328 - portal/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Mar 21 04:55:02 EDT 2010


Author: julien_viet
Date: 2010-03-21 04:55:02 -0400 (Sun, 21 Mar 2010)
New Revision: 2328

Modified:
   portal/trunk/pom.xml
Log:
clean up main pom with duplicate dependencies that maven 3 report as errors


Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml	2010-03-21 02:55:27 UTC (rev 2327)
+++ portal/trunk/pom.xml	2010-03-21 08:55:02 UTC (rev 2328)
@@ -105,21 +105,6 @@
          </dependency>
          <dependency>
             <groupId>org.exoplatform.kernel</groupId>
-            <artifactId>exo.kernel.commons</artifactId>
-            <version>${org.exoplatform.kernel.version}</version>
-            <exclusions>
-             <exclusion>
-                <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-log4j12</artifactId>
-             </exclusion>
-             <exclusion>
-                <groupId>log4j</groupId>
-                <artifactId>log4j</artifactId>
-             </exclusion>
-            </exclusions>
-         </dependency>
-         <dependency>
-            <groupId>org.exoplatform.kernel</groupId>
             <artifactId>exo.kernel.component.cache</artifactId>
             <version>${org.exoplatform.kernel.version}</version>
          </dependency>
@@ -185,11 +170,6 @@
          </dependency>
          <dependency>
             <groupId>org.exoplatform.core</groupId>
-            <artifactId>exo.core.component.organization.api</artifactId>
-            <version>${org.exoplatform.core.version}</version>
-         </dependency>
-         <dependency>
-            <groupId>org.exoplatform.core</groupId>
             <artifactId>exo.core.component.organization.jdbc</artifactId>
             <version>${org.exoplatform.core.version}</version>
             <exclusions>
@@ -670,12 +650,6 @@
             <version>${org.shindig.version}</version>
          </dependency>
 
-         <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-         </dependency>
-         
          <!-- needed for the IBM jdk, should be remove in the future when IBM fixes its jdk (see GTNPORTAL-636) --> 
          <dependency>
          	<groupId>net.jcip</groupId>



More information about the gatein-commits mailing list