You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by wo...@apache.org on 2010/05/14 15:01:37 UTC

svn commit: r944240 - in /portals/applications/sandbox/content/trunk: pages/ pom.xml

Author: woonsan
Date: Fri May 14 13:01:37 2010
New Revision: 944240

URL: http://svn.apache.org/viewvc?rev=944240&view=rev
Log:
Removing unused dep and folder

Removed:
    portals/applications/sandbox/content/trunk/pages/
Modified:
    portals/applications/sandbox/content/trunk/pom.xml

Modified: portals/applications/sandbox/content/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/sandbox/content/trunk/pom.xml?rev=944240&r1=944239&r2=944240&view=diff
==============================================================================
--- portals/applications/sandbox/content/trunk/pom.xml (original)
+++ portals/applications/sandbox/content/trunk/pom.xml Fri May 14 13:01:37 2010
@@ -40,7 +40,6 @@
     <javax.jcr.version>1.0</javax.jcr.version>
     <jackrabbit.version>1.5.0</jackrabbit.version>
     <commons-lang.version>2.4</commons-lang.version>
-    <commons-beanutils.version>1.8.0</commons-beanutils.version>
     <slf4j.version>1.5.6</slf4j.version>
     <log4j.version>1.2.14</log4j.version>
     <jetspeed.version>2.2.1</jetspeed.version>
@@ -122,18 +121,6 @@
     </dependency>
     
     <dependency>
-      <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-      <version>${commons-beanutils.version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    
-    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
       <version>${slf4j.version}</version>