You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2016/11/15 17:50:28 UTC

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

Author: cziegeler
Date: Tue Nov 15 17:50:28 2016
New Revision: 1769861

URL: http://svn.apache.org/viewvc?rev=1769861&view=rev
Log:
SLING-6288 : Improve jsp resource change listener to use globs

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=1769861&r1=1769860&r2=1769861&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/jsp/pom.xml (original)
+++ sling/trunk/bundles/scripting/jsp/pom.xml Tue Nov 15 17:50:28 2016
@@ -44,10 +44,6 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.felix</groupId>
-                <artifactId>maven-scr-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>
                 <configuration>