فهرست منبع

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

Luke Taylor 17 سال پیش
والد
کامیت
1cd7865ed5
1فایلهای تغییر یافته به همراه1 افزوده شده و 5 حذف شده
  1. 1 5
      samples/pom.xml

+ 1 - 5
samples/pom.xml

@@ -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>