From 5db88f472c254ccfc8ec34fb2b1144ecbc984480 Mon Sep 17 00:00:00 2001 From: Costin Leau <cleau@vmware.com> Date: Thu, 26 Nov 2009 20:03:27 +0000 Subject: [PATCH] SPR-6447 SPR-6448 + add JSTL libraries to the war for portability --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 95accfb..184fb32 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,6 @@ <groupId>javax.servlet</groupId> <artifactId>com.springsource.javax.servlet.jsp.jstl</artifactId> <version>1.2.0</version> - <scope>provided</scope> </dependency> <dependency> <groupId>javax.xml.bind</groupId> @@ -70,7 +69,6 @@ <groupId>org.apache.taglibs</groupId> <artifactId>com.springsource.org.apache.taglibs.standard</artifactId> <version>1.1.2</version> - <scope>provided</scope> </dependency> <dependency> <groupId>org.aspectj</groupId> -- GitLab