You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2014/10/30 03:35:10 UTC

svn commit: r1635366 - /servicemix/smx4/bundles/trunk/spring-webmvc-3.2.9.RELEASE/pom.xml

Author: ffang
Date: Thu Oct 30 02:35:09 2014
New Revision: 1635366

URL: http://svn.apache.org/r1635366
Log:
[SMX4-1881]spring-webmvc jar imports invalid JSTL version range [2.0,3.0)

Modified:
    servicemix/smx4/bundles/trunk/spring-webmvc-3.2.9.RELEASE/pom.xml

Modified: servicemix/smx4/bundles/trunk/spring-webmvc-3.2.9.RELEASE/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-3.2.9.RELEASE/pom.xml?rev=1635366&r1=1635365&r2=1635366&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/spring-webmvc-3.2.9.RELEASE/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/spring-webmvc-3.2.9.RELEASE/pom.xml Thu Oct 30 02:35:09 2014
@@ -50,7 +50,10 @@
             javax.sql.*;resolution:=optional,
             javax.servlet;version="[2.4.0, 4.0.0)",
             javax.servlet.http;version="[2.4.0, 4.0.0)",
-            javax.servlet.jsp.*;version="[2.0.0, 3.0.0)";resolution:=optional,
+            javax.servlet.jsp;version="[2.0.0, 3.0.0)";resolution:=optional,
+            javax.servlet.jsp.el;version="[2.0.0, 3.0.0)";resolution:=optional,
+            javax.servlet.jsp.tagext;version="[2.0.0, 3.0.0)";resolution:=optional,
+            javax.servlet.jsp.jstl.*;version="[1.1.2, 2.0.0)";resolution:=optional,
             javax.xml.*;resolution:=optional,
             jxl.*;version="[2.6.6, 3.0.0)";resolution:=optional,
             net.sf.jasperreports.*;version="[2.0.5, 4.0.0)";resolution:=optional,