Author: cziegeler
Date: Thu Dec 31 07:49:20 2009
New Revision: 894789

URL: http://svn.apache.org/viewvc?rev=894789&view=rev
Log:
Clean up pom, remove versions already defined in the parent pom, make 
dependencies scope provided 

Modified:
    sling/trunk/bundles/commons/json/pom.xml

Modified: sling/trunk/bundles/commons/json/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/json/pom.xml?rev=894789&r1=894788&r2=894789&view=diff
==============================================================================
--- sling/trunk/bundles/commons/json/pom.xml (original)
+++ sling/trunk/bundles/commons/json/pom.xml Thu Dec 31 07:49:20 2009
@@ -71,35 +71,33 @@
     </build>
 
     <dependencies>
-      <dependency>
-        <groupId>javax.jcr</groupId>
-        <artifactId>jcr</artifactId>
-      </dependency>
-      <dependency>
-       <groupId>org.codehaus.groovy</groupId>
-        <artifactId>groovy-all</artifactId>
-        <version>1.6.0</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.sling</groupId>
-        <artifactId>org.apache.sling.commons.testing</artifactId>
-        <version>2.0.2-incubator</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-      </dependency>
-      <dependency>
-       <groupId>org.slf4j</groupId>
-       <artifactId>slf4j-api</artifactId>
-       <version>1.5.2</version>
-      </dependency>
-      <dependency>
-       <groupId>org.slf4j</groupId>
-       <artifactId>slf4j-simple</artifactId>
-       <version>1.5.2</version>
-       <scope>test</scope>
-      </dependency>
+        <dependency>
+            <groupId>javax.jcr</groupId>
+            <artifactId>jcr</artifactId>
+        </dependency>
+        <dependency>
+               <groupId>org.codehaus.groovy</groupId>
+            <artifactId>groovy-all</artifactId>
+            <version>1.6.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+           <groupId>org.slf4j</groupId>
+           <artifactId>slf4j-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.testing</artifactId>
+            <version>2.0.2-incubator</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        <dependency>
+           <groupId>org.slf4j</groupId>
+           <artifactId>slf4j-simple</artifactId>
+        </dependency>
     </dependencies>
 </project>


Reply via email to