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/09/29 22:14:16 UTC

svn commit: r1810152 - /sling/trunk/samples/htlblog/pom.xml

Author: rombert
Date: Fri Sep 29 22:14:15 2017
New Revision: 1810152

URL: http://svn.apache.org/viewvc?rev=1810152&view=rev
Log:
samples/htlblog - use "official" commons-collections

Modified:
    sling/trunk/samples/htlblog/pom.xml

Modified: sling/trunk/samples/htlblog/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/samples/htlblog/pom.xml?rev=1810152&r1=1810151&r2=1810152&view=diff
==============================================================================
--- sling/trunk/samples/htlblog/pom.xml (original)
+++ sling/trunk/samples/htlblog/pom.xml Fri Sep 29 22:14:15 2017
@@ -137,8 +137,8 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.directory.studio</groupId>
-            <artifactId>org.apache.commons.collections</artifactId>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
             <version>3.2.1</version>
         </dependency>
         <dependency>