You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:23:44 UTC

[sling-org-apache-sling-resourcecollection] 02/31: SLING-2853 - nitpicks

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcecollection.git

commit 8a4ed623ad7f64f972fd37b4db462adcfc238b2d
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Mon May 6 08:23:42 2013 +0000

    SLING-2853 - nitpicks
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1479487 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2b066af..58fd84e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
 
     <name>Apache Sling Resource Collection API</name>
     <description>
-        The Apache sling resource collection bundle provides an api to create collections of resources.
+        The Apache Sling resource collection bundle provides an api to manage collections of Resources.
     </description>
 
     <scm>
@@ -78,7 +78,6 @@
     <!-- D E P E N D E N C I E S                                                 -->
     <!-- ======================================================================= -->
     <dependencies>
-       
 
         <!-- sling -->
         <dependency>
@@ -126,6 +125,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-simple</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>junit-addons</groupId>
@@ -151,5 +151,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
 </project>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.