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/09 02:08:00 UTC

[tika] branch master updated: TIKA-2383 -- remove nonPortableRuntimeForbidden and add new signatures

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


The following commit(s) were added to refs/heads/master by this push:
     new 79f2740  TIKA-2383 -- remove nonPortableRuntimeForbidden and add new signatures
79f2740 is described below

commit 79f27406879e17d012e69ef40a7e3a30b69699d8
Author: tballison <ta...@mitre.org>
AuthorDate: Thu Jun 8 22:07:51 2017 -0400

    TIKA-2383 -- remove nonPortableRuntimeForbidden and add new signatures
---
 tika-parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index dfb8671..172c0b9 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -327,12 +327,13 @@
         <version>2.3</version>
         <configuration>
           <targetVersion>${maven.compiler.target}</targetVersion>
-          <nonPortableRuntimeForbidden>true</nonPortableRuntimeForbidden>
           <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>
           <failOnUnsupportedJava>false</failOnUnsupportedJava>
           <bundledSignatures>
             <bundledSignature>jdk-unsafe</bundledSignature>
             <bundledSignature>jdk-deprecated</bundledSignature>
+            <bundledSignature>jdk-non-portable</bundledSignature>
+            <bundledSignature>jdk-internal</bundledSignature>
             <bundledSignature>commons-io-unsafe-${commons.io.version}</bundledSignature>
           </bundledSignatures>
         </configuration>

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