You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2019/08/16 16:11:05 UTC

[jspwiki] 03/05: commons-io not needed on jspwiki-main anymore

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

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit f1e265ebb0b9382111b7f9ae14f65b9f2612859a
Author: juanpablo <ju...@apache.org>
AuthorDate: Fri Aug 16 17:45:12 2019 +0200

    commons-io not needed on jspwiki-main anymore
---
 jspwiki-main/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/jspwiki-main/pom.xml b/jspwiki-main/pom.xml
index beebac0..6c8d255 100644
--- a/jspwiki-main/pom.xml
+++ b/jspwiki-main/pom.xml
@@ -149,11 +149,6 @@
     </dependency>
 
     <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-    </dependency>
-
-    <dependency>
       <groupId>net.sourceforge.nekohtml</groupId>
       <artifactId>nekohtml</artifactId>
       <scope>runtime</scope>