- Revision
- 704
- Author
- mauro
- Date
- 2008-06-14 03:54:56 -0500 (Sat, 14 Jun 2008)
Log Message
Updated dependencies.
Modified Paths
Diff
Modified: trunk/pom.xml (703 => 704)
--- trunk/pom.xml 2008-06-14 08:42:56 UTC (rev 703) +++ trunk/pom.xml 2008-06-14 08:54:56 UTC (rev 704) @@ -39,7 +39,7 @@ <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> - <version>1.1.2</version> + <version>1.2</version> <scope>provided</scope> </dependency> <dependency> @@ -49,18 +49,12 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>velocity</groupId> - <artifactId>velocity</artifactId> - <version>1.5</version> + <groupId>org.apache.velocity</groupId> + <artifactId>velocity-tools</artifactId> + <version>1.3</version> <scope>provided</scope> </dependency> <dependency> - <groupId>velocity-tools</groupId> - <artifactId>velocity-tools-view</artifactId> - <version>1.2</version> - <scope>provided</scope> - </dependency> - <dependency> <groupId>com.thoughtworks.paranamer</groupId> <artifactId>paranamer</artifactId> <version>1.1</version>
Modified: trunk/waffle-core/pom.xml (703 => 704)
--- trunk/waffle-core/pom.xml 2008-06-14 08:42:56 UTC (rev 703) +++ trunk/waffle-core/pom.xml 2008-06-14 08:54:56 UTC (rev 704) @@ -41,13 +41,9 @@ <artifactId>commons-logging</artifactId> </dependency> <dependency> - <groupId>velocity</groupId> - <artifactId>velocity</artifactId> + <groupId>org.apache.velocity</groupId> + <artifactId>velocity-tools</artifactId> </dependency> - <dependency> - <groupId>velocity-tools</groupId> - <artifactId>velocity-tools-view</artifactId> - </dependency> </dependencies> <build>
To unsubscribe from this list please visit:
