Author: craigmcc Date: Tue Jun 13 22:08:15 2006 New Revision: 414076 URL: http://svn.apache.org/viewvc?rev=414076&view=rev Log: Add declared versions for the JSTL api and impl artifacts.
Modified: struts/shale/branches/mvn_reorg/pom.xml Modified: struts/shale/branches/mvn_reorg/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/pom.xml?rev=414076&r1=414075&r2=414076&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/pom.xml (original) +++ struts/shale/branches/mvn_reorg/pom.xml Tue Jun 13 22:08:15 2006 @@ -334,6 +334,12 @@ </dependency> <dependency> + <groupId>javax.servlet</groupId> + <artifactId>jstl</artifactId> + <version>1.1.2</version> + </dependency> + + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> @@ -344,6 +350,12 @@ <groupId>oro</groupId> <artifactId>oro</artifactId> <version>2.0.8</version> + </dependency> + + <dependency> + <groupId>taglibs</groupId> + <artifactId>standard</artifactId> + <version>1.1.2</version> </dependency> </dependencies>