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

7563f4
--- standard-1.1.2.pom	2012-06-19 16:43:36.251081977 +0800
7563f4
+++ standard-1.1.2.pom-gil	2012-06-19 17:06:55.267591862 +0800
7563f4
@@ -3,4 +3,21 @@
7563f4
   <groupId>taglibs</groupId>
7563f4
   <artifactId>standard</artifactId>
7563f4
   <version>1.1.2</version>
7563f4
+  <dependencies>
7563f4
+    <dependency>
7563f4
+        <groupId>jstl</groupId>
7563f4
+        <artifactId>jstl</artifactId>
7563f4
+        <version>1.1.2</version>
7563f4
+    </dependency>
7563f4
+    <dependency>
7563f4
+        <groupId>org.apache.tomcat</groupId>
7563f4
+        <artifactId>tomcat-el-api</artifactId>
7563f4
+        <version>7.0.27</version>
7563f4
+    </dependency>
7563f4
+    <dependency>
7563f4
+        <groupId>xalan</groupId>
7563f4
+        <artifactId>xalan</artifactId>
7563f4
+        <version>2.7.1</version>
7563f4
+    </dependency>
7563f4
+  </dependencies>
7563f4
 </project>
7563f4
\ No newline at end of file