- Revision
- 114
- Author
- paulosilveira
- Date
- 2007-05-31 00:16:11 -0500 (Thu, 31 May 2007)
Log Message
XStream as a dependency for WaffleXMLServlet
Modified Paths
Diff
Modified: trunk/pom.xml (113 => 114)
--- trunk/pom.xml 2007-05-31 04:24:07 UTC (rev 113) +++ trunk/pom.xml 2007-05-31 05:16:11 UTC (rev 114) @@ -77,7 +77,13 @@ <artifactId>velocity-tools-view</artifactId> <version>1.2</version> <scope>provided</scope> - </dependency> + </dependency> + <dependency> + <groupId>com.thoughtworks.xstream</groupId> + <artifactId>xstream</artifactId> + <version>1.2.2</version> + <scope>provided</scope> + </dependency> <dependency> <groupId>jmock</groupId> <artifactId>jmock</artifactId>
To unsubscribe from this list please visit:
