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-whiteboard.git
commit 5360a60b0ea9ae3fce063414a3033cad91d529bd Author: Robert Munteanu <[email protected]> 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
