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 2012/01/06 12:56:54 UTC

svn commit: r1228133 - /sling/trunk/maven/maven-jspc-plugin/pom.xml

Author: cziegeler
Date: Fri Jan  6 11:56:54 2012
New Revision: 1228133

URL: http://svn.apache.org/viewvc?rev=1228133&view=rev
Log:
SLING-2350 : Sling Maven JSPC Plugin depends on legacy Sling API lib which does not support adaptable SlingHttpServletRequest objects

Modified:
    sling/trunk/maven/maven-jspc-plugin/pom.xml

Modified: sling/trunk/maven/maven-jspc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/maven/maven-jspc-plugin/pom.xml?rev=1228133&r1=1228132&r2=1228133&view=diff
==============================================================================
--- sling/trunk/maven/maven-jspc-plugin/pom.xml (original)
+++ sling/trunk/maven/maven-jspc-plugin/pom.xml Fri Jan  6 11:56:54 2012
@@ -119,5 +119,11 @@
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <version>1.5.2</version>
+        </dependency>
     </dependencies>
 </project>