[struts] replace jakarta-taglibs-standard with jboss-jstl-1.2-api

gil gil at fedoraproject.org
Fri Jun 29 09:28:26 UTC 2012


commit ded7f9f8202c55d790639d76dda6b4ba83203405
Author: gil <puntogil at libero.it>
Date:   Fri Jun 29 09:30:24 2012 +0200

    replace jakarta-taglibs-standard with jboss-jstl-1.2-api

 struts-1.3.10-el-pom.patch |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/struts-1.3.10-el-pom.patch b/struts-1.3.10-el-pom.patch
new file mode 100644
index 0000000..c98d58e
--- /dev/null
+++ b/struts-1.3.10-el-pom.patch
@@ -0,0 +1,27 @@
+--- src/el/pom.xml	2012-06-29 09:05:39.279687759 +0200
++++ src/el/pom.xml-gil	2012-06-29 09:05:39.290687790 +0200
+@@ -59,8 +59,8 @@
+    <dependencies>
+ 
+       <dependency>
+-         <groupId>javax.servlet</groupId>
+-         <artifactId>jstl</artifactId>
++         <groupId>org.jboss.spec.javax.servlet.jstl</groupId>
++         <artifactId>jboss-jstl-api_1.2_spec</artifactId>
+          <version>1.0.2</version>
+       </dependency>
+ 
+@@ -96,11 +96,11 @@
+          <optional>true</optional>
+       </dependency>
+ 
+-      <dependency>
++      <!--dependency>
+          <groupId>taglibs</groupId>
+          <artifactId>standard</artifactId>
+          <version>1.0.6</version>
+-      </dependency>
++      </dependency-->
+ 
+    </dependencies>
+ 


More information about the scm-commits mailing list