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 at...@apache.org on 2006/11/26 23:58:40 UTC

svn commit: r479445 - /portals/jetspeed-2/trunk/components/deploy-tool/pom.xml

Author: ate
Date: Sun Nov 26 14:58:40 2006
New Revision: 479445

URL: http://svn.apache.org/viewvc?view=rev&rev=479445
Log:
Maven-2 build fix for JS2-614: Jetspeed Deploy compliant with servlet spec 2.4
Missing commons-lang build dependency

Modified:
    portals/jetspeed-2/trunk/components/deploy-tool/pom.xml

Modified: portals/jetspeed-2/trunk/components/deploy-tool/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/deploy-tool/pom.xml?view=diff&rev=479445&r1=479444&r2=479445
==============================================================================
--- portals/jetspeed-2/trunk/components/deploy-tool/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/deploy-tool/pom.xml Sun Nov 26 14:58:40 2006
@@ -49,7 +49,11 @@
             <groupId>jdom</groupId>
             <artifactId>jdom</artifactId>
         </dependency>
-
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+        </dependency>
+        
         <!-- Runtime Dependencies -->
         <dependency>
             <groupId>jaxen</groupId>



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