You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ie...@apache.org on 2013/10/09 18:47:58 UTC

svn commit: r1530705 - /sling/trunk/bundles/extensions/discovery/impl/pom.xml

Author: ieb
Date: Wed Oct  9 16:47:58 2013
New Revision: 1530705

URL: http://svn.apache.org/r1530705
Log:
SLING-3154 Add Topology Message Verification to the Discovery service.

Missed Commons Io dependency that was propagating via test scope.

Modified:
    sling/trunk/bundles/extensions/discovery/impl/pom.xml

Modified: sling/trunk/bundles/extensions/discovery/impl/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/impl/pom.xml?rev=1530705&r1=1530704&r2=1530705&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/impl/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/impl/pom.xml Wed Oct  9 16:47:58 2013
@@ -157,6 +157,12 @@
 		    <version>1.1.0</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>2.4</version>
+            <scope>provided</scope>
+        </dependency>
       <!-- Testing -->
         <dependency>
             <groupId>junit</groupId>