[exo-jcr-commits] exo-jcr SVN: r740 - in core/trunk: exo.core.component.ldap and 5 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 18 04:09:44 EST 2009


Author: dkatayev
Date: 2009-11-18 04:09:44 -0500 (Wed, 18 Nov 2009)
New Revision: 740

Modified:
   core/trunk/exo.core.component.document/pom.xml
   core/trunk/exo.core.component.ldap/pom.xml
   core/trunk/exo.core.component.organization.api/pom.xml
   core/trunk/exo.core.component.organization.jdbc/pom.xml
   core/trunk/exo.core.component.security.core/pom.xml
   core/trunk/exo.core.component.web.css/pom.xml
   core/trunk/exo.core.component.xml-processing/pom.xml
Log:
EXOJCR-162 Modules dependencies cleaned

Modified: core/trunk/exo.core.component.document/pom.xml
===================================================================
--- core/trunk/exo.core.component.document/pom.xml	2009-11-18 09:01:34 UTC (rev 739)
+++ core/trunk/exo.core.component.document/pom.xml	2009-11-18 09:09:44 UTC (rev 740)
@@ -34,10 +34,6 @@
    <description>eXo demo service Impl</description>
 
    <dependencies>
-<!--      <dependency>-->
-<!--         <groupId>org.exoplatform.kernel</groupId>-->
-<!--         <artifactId>exo.kernel.component.common</artifactId>-->
-<!--      </dependency>-->
       <dependency>
          <groupId>org.exoplatform.tool</groupId>
          <artifactId>exo.tool.framework.junit</artifactId>

Modified: core/trunk/exo.core.component.ldap/pom.xml
===================================================================
--- core/trunk/exo.core.component.ldap/pom.xml	2009-11-18 09:01:34 UTC (rev 739)
+++ core/trunk/exo.core.component.ldap/pom.xml	2009-11-18 09:09:44 UTC (rev 740)
@@ -34,27 +34,22 @@
    <description>eXo LDAP impl</description>
 
    <dependencies>
-   
       <dependency>
          <groupId>org.exoplatform.tool</groupId>
          <artifactId>exo.tool.framework.junit</artifactId>
       </dependency>
-      
       <dependency>
          <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.component.common</artifactId>
       </dependency>
-      
       <dependency>
          <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.commons</artifactId>
       </dependency>
-      
       <dependency>
          <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.container</artifactId>
       </dependency>
-
       <dependency>
          <groupId>com.novell.ldap</groupId>
          <artifactId>jldap</artifactId>

Modified: core/trunk/exo.core.component.organization.api/pom.xml
===================================================================
--- core/trunk/exo.core.component.organization.api/pom.xml	2009-11-18 09:01:34 UTC (rev 739)
+++ core/trunk/exo.core.component.organization.api/pom.xml	2009-11-18 09:09:44 UTC (rev 740)
@@ -38,47 +38,38 @@
          <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.container</artifactId>
       </dependency>
-
       <dependency>
          <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.commons</artifactId>
       </dependency>
-
       <dependency>
          <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.component.cache</artifactId>
       </dependency>
-
       <dependency>
          <groupId>org.exoplatform.core</groupId>
          <artifactId>exo.core.component.security.core</artifactId>
       </dependency>
-
       <dependency>
          <groupId>xdoclet</groupId>
          <artifactId>xdoclet-hibernate-module</artifactId>
       </dependency>
-
       <dependency>
          <groupId>xdoclet</groupId>
          <artifactId>xdoclet-xdoclet-module</artifactId>
       </dependency>
-
       <dependency>
          <groupId>xdoclet</groupId>
          <artifactId>xjavadoc</artifactId>
       </dependency>
-      
       <dependency>
          <groupId>xstream</groupId>
          <artifactId>xstream</artifactId>
       </dependency>
-      
       <dependency>
          <groupId>picocontainer</groupId>
          <artifactId>picocontainer</artifactId>
       </dependency>
-
    </dependencies>
 
    <build>

Modified: core/trunk/exo.core.component.organization.jdbc/pom.xml
===================================================================
--- core/trunk/exo.core.component.organization.jdbc/pom.xml	2009-11-18 09:01:34 UTC (rev 739)
+++ core/trunk/exo.core.component.organization.jdbc/pom.xml	2009-11-18 09:09:44 UTC (rev 740)
@@ -34,93 +34,76 @@
    <description>eXo Organization Service JDBC</description>
 
    <dependencies>
-
       <dependency>
          <groupId>org.exoplatform.tool</groupId>
          <artifactId>exo.tool.framework.junit</artifactId>
       </dependency>
-
       <dependency>
          <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.component.common</artifactId>
       </dependency>
-
       <dependency>
          <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.component.cache</artifactId>
       </dependency>
-
       <dependency>
          <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.commons</artifactId>
       </dependency>
-
       <dependency>
          <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.container</artifactId>
       </dependency>
-
       <dependency>
          <groupId>xstream</groupId>
          <artifactId>xstream</artifactId>
       </dependency>
-
       <dependency>
          <groupId>picocontainer</groupId>
          <artifactId>picocontainer</artifactId>
       </dependency>
-
       <dependency>
          <groupId>org.hibernate</groupId>
          <artifactId>hibernate-core</artifactId>
       </dependency>
-
       <dependency>
          <groupId>org.exoplatform.core</groupId>
          <artifactId>exo.core.component.database</artifactId>
       </dependency>
-
       <dependency>
          <groupId>org.exoplatform.core</groupId>
          <artifactId>exo.core.component.organization.api</artifactId>
       </dependency>
-
       <dependency>
          <groupId>javax.resource</groupId>
          <artifactId>connector-api</artifactId>
          <scope>test</scope>
       </dependency>
-
       <dependency>
          <groupId>com.microsoft</groupId>
          <artifactId>sqljdbc</artifactId>
          <scope>test</scope>
       </dependency>
-
       <dependency>
          <groupId>com.ibm.db2</groupId>
          <artifactId>db2jcc</artifactId>
          <scope>test</scope>
       </dependency>
-
       <dependency>
          <groupId>com.ibm.db2</groupId>
          <artifactId>db2jcc_license_cu</artifactId>
          <scope>test</scope>
       </dependency>
-
       <dependency>
          <groupId>oracle</groupId>
          <artifactId>ojdbc</artifactId>
          <scope>test</scope>
       </dependency>
-
       <dependency>
          <groupId>postgresql</groupId>
          <artifactId>postgresql</artifactId>
          <scope>test</scope>
       </dependency>
-
       <dependency>
          <groupId>mysql</groupId>
          <artifactId>mysql-connector-java</artifactId>

Modified: core/trunk/exo.core.component.security.core/pom.xml
===================================================================
--- core/trunk/exo.core.component.security.core/pom.xml	2009-11-18 09:01:34 UTC (rev 739)
+++ core/trunk/exo.core.component.security.core/pom.xml	2009-11-18 09:09:44 UTC (rev 740)
@@ -38,27 +38,22 @@
          <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.component.common</artifactId>
       </dependency>
-      
       <dependency>
          <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.commons</artifactId>
       </dependency>
-      
       <dependency>
          <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.container</artifactId>
       </dependency>
-      
       <dependency>
          <groupId>javax.servlet</groupId>
          <artifactId>servlet-api</artifactId>
       </dependency>
-      
       <dependency>
          <groupId>commons-lang</groupId>
          <artifactId>commons-lang</artifactId>
       </dependency>
-      
    </dependencies>
 
    <build>

Modified: core/trunk/exo.core.component.web.css/pom.xml
===================================================================
--- core/trunk/exo.core.component.web.css/pom.xml	2009-11-18 09:01:34 UTC (rev 739)
+++ core/trunk/exo.core.component.web.css/pom.xml	2009-11-18 09:09:44 UTC (rev 740)
@@ -38,16 +38,13 @@
          <groupId>org.w3c</groupId>
          <artifactId>sac</artifactId>
       </dependency>
-
       <dependency>
          <groupId>batik</groupId>
          <artifactId>batik-util</artifactId>
       </dependency>
-
       <dependency>
          <groupId>batik</groupId>
          <artifactId>batik-css</artifactId>
       </dependency>
-
    </dependencies>
 </project>

Modified: core/trunk/exo.core.component.xml-processing/pom.xml
===================================================================
--- core/trunk/exo.core.component.xml-processing/pom.xml	2009-11-18 09:01:34 UTC (rev 739)
+++ core/trunk/exo.core.component.xml-processing/pom.xml	2009-11-18 09:09:44 UTC (rev 740)
@@ -38,17 +38,14 @@
          <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.commons</artifactId>
       </dependency>
-      
       <dependency>
          <groupId>org.exoplatform.kernel</groupId>
          <artifactId>exo.kernel.container</artifactId>
       </dependency>
-
       <dependency>
          <groupId>jtidy</groupId>
          <artifactId>jtidy</artifactId>
       </dependency>
-
       <dependency>
          <groupId>picocontainer</groupId>
          <artifactId>picocontainer</artifactId>



More information about the exo-jcr-commits mailing list