You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/01/31 22:34:09 UTC

svn commit: r1781180 - /sling/trunk/bundles/scripting/jsp/pom.xml

Author: olli
Date: Tue Jan 31 22:34:09 2017
New Revision: 1781180

URL: http://svn.apache.org/viewvc?rev=1781180&view=rev
Log:
add missing scope

Modified:
    sling/trunk/bundles/scripting/jsp/pom.xml

Modified: sling/trunk/bundles/scripting/jsp/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/jsp/pom.xml?rev=1781180&r1=1781179&r2=1781180&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/jsp/pom.xml (original)
+++ sling/trunk/bundles/scripting/jsp/pom.xml Tue Jan 31 22:34:09 2017
@@ -96,6 +96,7 @@
             <groupId>javax.el</groupId>
             <artifactId>javax.el-api</artifactId>
             <version>2.2.1</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>