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 2017/06/01 19:16:31 UTC

[tika] 04/05: TIKA-2383 -- upgrade forbiddenapis to 2.3 and update internalRuntimeForbidden->nonPortableRuntimeForbidden

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

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

commit b3ad71bcaf7fe562e05f5486f56e2787a524f5a9
Author: tballison <ta...@mitre.org>
AuthorDate: Thu Jun 1 09:10:31 2017 -0400

    TIKA-2383 -- upgrade forbiddenapis to 2.3 and update internalRuntimeForbidden->nonPortableRuntimeForbidden
---
 tika-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 43ca1c1..525b26d 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -324,10 +324,10 @@
       <plugin>
         <groupId>de.thetaphi</groupId>
         <artifactId>forbiddenapis</artifactId>
-        <version>2.2</version>
+        <version>2.3</version>
         <configuration>
           <targetVersion>${maven.compiler.target}</targetVersion>
-          <internalRuntimeForbidden>true</internalRuntimeForbidden>
+          <nonPortableRuntimeForbidden>true</nonPortableRuntimeForbidden>
           <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>
           <failOnUnsupportedJava>false</failOnUnsupportedJava>
           <bundledSignatures>

-- 
To stop receiving notification emails like this one, please contact
"commits@tika.apache.org" <co...@tika.apache.org>.