You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2018/03/28 19:13:41 UTC

[tika] 01/02: Update forbiddenapis to version 2.5 and remove commons-io hack from pom.xml

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

tallison pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git

commit e44a38d4b9d8a12ae20e357b5ad0bee2030dfc0c
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Wed Mar 28 20:27:48 2018 +0200

    Update forbiddenapis to version 2.5 and remove commons-io hack from pom.xml
---
 tika-parent/pom.xml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 03c8ea0..e464c1a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -327,7 +327,7 @@
         <groupId>de.thetaphi</groupId>
         <artifactId>forbiddenapis</artifactId>
         <!-- if this version contains commons-io 2.6, remove hard-coded commons-io version below -->
-        <version>2.4.1</version>
+        <version>2.5</version>
         <configuration>
           <targetVersion>${maven.compiler.target}</targetVersion>
           <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>
@@ -337,11 +337,7 @@
             <bundledSignature>jdk-deprecated</bundledSignature>
             <bundledSignature>jdk-non-portable</bundledSignature>
             <bundledSignature>jdk-internal</bundledSignature>
-            <!--2.6 is the same as 2.5
-              TODO: change back to the following when we upgrade forbidden apis
-              <bundledSignature>commons-io-unsafe-${commons.io.version}</bundledSignature>
-            -->
-            <bundledSignature>commons-io-unsafe-2.5</bundledSignature>
+            <bundledSignature>commons-io-unsafe-${commons.io.version}</bundledSignature>
           </bundledSignatures>
         </configuration>
         <executions>

-- 
To stop receiving notification emails like this one, please contact
tallison@apache.org.