You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by ap...@apache.org on 2010/06/29 15:46:59 UTC

svn commit: r958967 - /velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml

Author: apetrelli
Date: Tue Jun 29 13:46:58 2010
New Revision: 958967

URL: http://svn.apache.org/viewvc?rev=958967&view=rev
Log:
VELOCITYSB-4
Restored dependency to servlet 2.3 otherwise the module won't build.

Modified:
    velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml

Modified: velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml
URL: http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml?rev=958967&r1=958966&r2=958967&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml (original)
+++ velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml Tue Jun 29 13:46:58 2010
@@ -73,6 +73,12 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.3</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>logkit</groupId>
             <artifactId>logkit</artifactId>
             <version>2.0</version>