SEC-729: Removed version numbers and jstl declarations from sample parent pom

This commit is contained in:
Luke Taylor 2008-03-26 15:21:41 +00:00
parent 1b8a3c5673
commit 1cd7865ed5
1 changed files with 1 additions and 5 deletions

View File

@ -22,8 +22,6 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>aspectj</groupId>
@ -35,15 +33,13 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>jstl</groupId>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
<version>1.1.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>