Author: woonsan
Date: Wed Jan 6 13:00:45 2010
New Revision: 896432
URL: http://svn.apache.org/viewvc?rev=896432&view=rev
Log:
APA-27: Upgrading velocity to the latest release version.
Modified:
portals/applications/webcontent/trunk/webcontent-jar/pom.xml
Modified: portals/applications/webcontent/trunk/webcontent-jar/pom.xml
URL:
http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/webcontent-jar/pom.xml?rev=896432&r1=896431&r2=896432&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/webcontent-jar/pom.xml (original)
+++ portals/applications/webcontent/trunk/webcontent-jar/pom.xml Wed Jan 6
13:00:45 2010
@@ -47,6 +47,8 @@
<commons-beanutils.version>1.8.0</commons-beanutils.version>
<commons-configuration.version>1.6</commons-configuration.version>
<oro.version>2.0.8</oro.version>
+ <velocity.version>1.6.3</velocity.version>
+ <velocity-tools.version>1.3</velocity-tools.version>
</properties>
<!-- Dependencies -->
@@ -95,6 +97,14 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>velocity</groupId>
+ <artifactId>velocity</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>velocity-tools</groupId>
+ <artifactId>velocity-tools</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<!-- Build Dependencies -->
@@ -216,6 +226,35 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity</artifactId>
+ <version>${velocity.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity-tools</artifactId>
+ <version>${velocity-tools.version}</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>velocity</groupId>
+ <artifactId>velocity</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>sslext</groupId>
+ <artifactId>sslext</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>struts</groupId>
+ <artifactId>struts</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
<build>
<plugins>