Blame SOURCES/maven-dependency-plugin-commons-io.patch

1cc18d
diff --git a/pom.xml b/pom.xml
1cc18d
index c3d92dc..bd58801 100644
1cc18d
--- a/pom.xml
1cc18d
+++ b/pom.xml
1cc18d
@@ -206,6 +206,12 @@ under the License.
1cc18d
     </dependency>
1cc18d
 
1cc18d
     <dependency>
1cc18d
+      <groupId>org.apache.commons</groupId>
1cc18d
+      <artifactId>commons-io</artifactId>
1cc18d
+      <version>3.2.1</version>
1cc18d
+    </dependency>
1cc18d
+
1cc18d
+    <dependency>
1cc18d
       <groupId>commons-collections</groupId>
1cc18d
       <artifactId>commons-collections</artifactId>
1cc18d
       <version>3.2.1</version>