You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2021/06/20 22:08:00 UTC

[roller] branch master updated: I should not have removed provided scope for JSTL as it is NOT provided by Tomcat.

This is an automated email from the ASF dual-hosted git repository.

snoopdave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f3751d  I should not have removed provided scope for JSTL as it is NOT provided by Tomcat.
     new 5ef9181  Merge pull request #83 from snoopdave/jstl-not-provided
9f3751d is described below

commit 9f3751d2e6d6a7e3d79b2f3ddb1da7b5720118bf
Author: David M. Johnson <sn...@apache.org>
AuthorDate: Sun Mar 21 15:29:49 2021 -0400

    I should not have removed provided scope for JSTL as it is NOT provided by Tomcat.
---
 app/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/pom.xml b/app/pom.xml
index fc76577..917516e 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -87,7 +87,6 @@ limitations under the License.
             <groupId>javax.servlet</groupId>
             <artifactId>jstl</artifactId>
             <version>${jstl.version}</version>
-            <scope>provided</scope>
         </dependency>
 
         <dependency>