You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2014/05/31 21:06:29 UTC

svn commit: r1598901 - /portals/jetspeed-2/portal/trunk/pom.xml

Author: taylor
Date: Sat May 31 19:06:28 2014
New Revision: 1598901

URL: http://svn.apache.org/r1598901
Log:
JS2-1290: removing inclusion of servlet-api into jetspeed lib directory

Modified:
    portals/jetspeed-2/portal/trunk/pom.xml

Modified: portals/jetspeed-2/portal/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/pom.xml?rev=1598901&r1=1598900&r2=1598901&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/pom.xml Sat May 31 19:06:28 2014
@@ -240,6 +240,7 @@
     <commons-io.version>1.4</commons-io.version>
     <commons-jexl.version>1.1</commons-jexl.version>
     <commons-lang.version>2.4</commons-lang.version>
+    <commons-logging.version>1.1</commons-logging.version>
     <slf4j.version>1.5.6</slf4j.version>
     <commons-pool.version>1.5.6</commons-pool.version>
     <ddlutils.version>1.0</ddlutils.version>
@@ -937,6 +938,17 @@
         <version>${commons-codec.version}</version>
       </dependency>
       <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>${commons-logging.version}</version>
+        <exclusions>
+            <exclusion>
+                <groupId>javax.servlet</groupId>
+                <artifactId>servlet-api</artifactId>
+            </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
         <groupId>net.sf.ehcache</groupId>
         <artifactId>ehcache-core</artifactId>
         <version>${ehcache.version}</version>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org