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 2010/01/07 14:05:13 UTC

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

Author: cziegeler
Date: Thu Jan  7 13:04:20 2010
New Revision: 896871

URL: http://svn.apache.org/viewvc?rev=896871&view=rev
Log:
Clean up pom.

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=896871&r1=896870&r2=896871&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/jsp/pom.xml (original)
+++ sling/trunk/bundles/scripting/jsp/pom.xml Thu Jan  7 13:04:20 2010
@@ -53,10 +53,10 @@
                     <instructions>
                         <Export-Package>
                             org.apache.sling.scripting.jsp.jasper.runtime;
-                            org.apache.sling.scripting.jsp.util;version=${pom.version},
+                            org.apache.sling.scripting.jsp.util;version=2.0.8,
                             javax.el; javax.servlet.jsp;
                             javax.servlet.jsp.el;
-                            javax.servlet.jsp.tagext;version=2.1,
+                            javax.servlet.jsp.tagext;version=2.1
                         </Export-Package>
                         <Private-Package>
                             org.apache.sling.scripting.jsp,
@@ -102,16 +102,19 @@
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
             <version>2.0.8</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.api</artifactId>
             <version>2.0.2-incubator</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.classloader</artifactId>
             <version>1.0.0</version>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>
@@ -145,6 +148,7 @@
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
             <version>1.4</version>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>
@@ -159,6 +163,7 @@
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
             <version>3.2.1</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>