You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2008/08/25 19:53:30 UTC

svn commit: r688800 - in /velocity/tools/trunk: build.properties pom.xml

Author: nbubna
Date: Mon Aug 25 10:53:29 2008
New Revision: 688800

URL: http://svn.apache.org/viewvc?rev=688800&view=rev
Log:
dom4j is compile dependency now

Modified:
    velocity/tools/trunk/build.properties
    velocity/tools/trunk/pom.xml

Modified: velocity/tools/trunk/build.properties
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/build.properties?rev=688800&r1=688799&r2=688800&view=diff
==============================================================================
--- velocity/tools/trunk/build.properties (original)
+++ velocity/tools/trunk/build.properties Mon Aug 25 10:53:29 2008
@@ -137,6 +137,7 @@
 jar.commons-lang.version= 2.2
 jar.commons-logging.version= 1.1
 jar.commons-validator.version= 1.3.1
+jar.dom4j.version= 1.1
 jar.oro.version= 2.0.8
 jar.servletapi.version= 2.3
 jar.sslext.version = 1.2-0
@@ -147,7 +148,6 @@
 
 # Jars to be downloaded for building documentation
 #
-jar.dom4j.version= 1.1
 jar.velocity-dvsl.version= 1.0
 
 # Jars needed for testing

Modified: velocity/tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/pom.xml?rev=688800&r1=688799&r2=688800&view=diff
==============================================================================
--- velocity/tools/trunk/pom.xml (original)
+++ velocity/tools/trunk/pom.xml Mon Aug 25 10:53:29 2008
@@ -398,6 +398,12 @@
             </exclusions>
         </dependency>
         <dependency>
+            <groupId>dom4j</groupId>
+            <artifactId>dom4j</artifactId>
+            <version>1.1</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
             <version>2.3</version>