Repository: tika
Updated Branches:
  refs/heads/2.x d6d5b8fe3 -> 7fc182f3a


TIKA-1851 - Added commons-io dependency for gmaven plugin.

Project: http://git-wip-us.apache.org/repos/asf/tika/repo
Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/7fc182f3
Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/7fc182f3
Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/7fc182f3

Branch: refs/heads/2.x
Commit: 7fc182f3af6a461426985dd29e36175418d5c1b3
Parents: d6d5b8f
Author: Bob Paulin <[email protected]>
Authored: Fri Feb 5 08:58:18 2016 -0600
Committer: Bob Paulin <[email protected]>
Committed: Fri Feb 5 08:58:18 2016 -0600

----------------------------------------------------------------------
 tika-test-resources/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/7fc182f3/tika-test-resources/pom.xml
----------------------------------------------------------------------
diff --git a/tika-test-resources/pom.xml b/tika-test-resources/pom.xml
index e7bf3fe..7574e0c 100644
--- a/tika-test-resources/pom.xml
+++ b/tika-test-resources/pom.xml
@@ -46,6 +46,13 @@
           <plugin>
             <groupId>org.codehaus.groovy.maven</groupId>
             <artifactId>gmaven-plugin</artifactId>
+            <dependencies>
+              <dependency>
+                <groupId>commons-io</groupId>
+                <artifactId>commons-io</artifactId>
+                <version>2.4</version>
+              </dependency>
+            </dependencies>
             <executions>
               <execution>
                 <id>testSetup</id>

Reply via email to