Blame SOURCES/jakarta-taglibs-standard-1.1.2-jstl-pom.patch

7563f4
--- jstl-1.1.2.pom	2012-06-19 17:05:52.059382074 +0800
7563f4
+++ jstl-1.1.2.pom-gil	2012-06-19 17:04:58.289054295 +0800
7563f4
@@ -10,10 +10,17 @@
7563f4
   <url>http://java.sun.com/products/jsp/jstl/</url>
7563f4
   <distributionManagement>
7563f4
     <downloadUrl>http://java.sun.com/products/jsp/jstl/downloads/</downloadUrl>
7563f4
-    <relocation>
7563f4
-      <groupId>javax.servlet</groupId>
7563f4
-      <artifactId>jstl</artifactId>
7563f4
-      <version>1.1.2</version>
7563f4
-    </relocation>
7563f4
   </distributionManagement>
7563f4
+  <dependencies>
7563f4
+    <dependency>
7563f4
+        <groupId>org.apache.tomcat</groupId>
7563f4
+        <artifactId>tomcat-servlet-api</artifactId>
7563f4
+        <version>7.0.27</version>
7563f4
+    </dependency>
7563f4
+    <dependency>
7563f4
+        <groupId>org.apache.tomcat</groupId>
7563f4
+        <artifactId>tomcat-jsp-api</artifactId>
7563f4
+        <version>7.0.27</version>
7563f4
+    </dependency>
7563f4
+  </dependencies>
7563f4
 </project>
7563f4
\ No newline at end of file