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

[tika] branch master updated: 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.

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


The following commit(s) were added to refs/heads/master by this push:
     new 846b00d  Update forbiddenapis to version 2.5 and remove commons-io hack from pom.xml
846b00d is described below

commit 846b00dc89b3f4c8bcdd68f6547712377acebf60
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 c047af3..2085690 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
tpalsulich@apache.org.