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 2019/06/05 12:33:16 UTC

[sling-whiteboard] 07/08: Removed unused dependencies

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

rombert pushed a commit to branch feature/url-connection-agent-testing
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git

commit 1875d9147cadf096dd47c02b6f5b5bfa8ee1a2aa
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Jun 5 14:21:15 2019 +0200

    Removed unused dependencies
---
 url-connection-agent/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/url-connection-agent/pom.xml b/url-connection-agent/pom.xml
index 86da21d..bc5a25f 100644
--- a/url-connection-agent/pom.xml
+++ b/url-connection-agent/pom.xml
@@ -83,11 +83,5 @@
             <version>5.4.2</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>commons-io</groupId>
-            <artifactId>commons-io</artifactId>
-            <version>2.6</version>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 </project>
\ No newline at end of file