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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]