- Revision
- 266
- Author
- mauro
- Date
- 2007-07-14 07:26:55 -0500 (Sat, 14 Jul 2007)
Log Message
Use waffle-taglib in examples.
Modified Paths
Diff
Modified: trunk/examples/mydvds-example/pom.xml (265 => 266)
--- trunk/examples/mydvds-example/pom.xml 2007-07-14 12:11:48 UTC (rev 265) +++ trunk/examples/mydvds-example/pom.xml 2007-07-14 12:26:55 UTC (rev 266) @@ -12,17 +12,6 @@ <dependencies> <dependency> - <groupId>${pom.groupId}</groupId> - <artifactId>waffle</artifactId> - <version>${pom.version}</version> - </dependency> - <dependency> - <groupId>${pom.groupId}</groupId> - <artifactId>waffle-taglib</artifactId> - <version>${pom.version}</version> - <scope>runtime</scope> - </dependency> - <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <scope>runtime</scope>
Modified: trunk/examples/pom.xml (265 => 266)
--- trunk/examples/pom.xml 2007-07-14 12:11:48 UTC (rev 265) +++ trunk/examples/pom.xml 2007-07-14 12:26:55 UTC (rev 266) @@ -26,20 +26,10 @@ <version>${pom.version}</version> </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jstl</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>taglibs</groupId> - <artifactId>standard</artifactId> - <scope>runtime</scope> - </dependency> + <groupId>${pom.groupId}</groupId> + <artifactId>waffle-taglib</artifactId> + <version>${pom.version}</version> + </dependency> </dependencies> <build>
To unsubscribe from this list please visit:
