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 2019/04/22 19:48:33 UTC

[tika] branch master updated: TIKA-2824/TIKA-2854 -- clean up guava, bump h2, add jackrabbit

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 b11141f  TIKA-2824/TIKA-2854 -- clean up guava, bump h2, add jackrabbit
b11141f is described below

commit b11141f1ed617127af8ad7d0b5b51a31509a9435
Author: TALLISON <ta...@apache.org>
AuthorDate: Mon Apr 22 15:48:21 2019 -0400

    TIKA-2824/TIKA-2854 -- clean up guava, bump h2, add jackrabbit
---
 tika-eval/pom.xml    | 18 ++----------------
 tika-example/pom.xml |  6 +++---
 tika-parent/pom.xml  | 11 +++++++++++
 tika-parsers/pom.xml |  2 +-
 4 files changed, 17 insertions(+), 20 deletions(-)

diff --git a/tika-eval/pom.xml b/tika-eval/pom.xml
index 0374308..4017f72 100644
--- a/tika-eval/pom.xml
+++ b/tika-eval/pom.xml
@@ -62,7 +62,7 @@
         <dependency>
             <groupId>com.h2database</groupId>
             <artifactId>h2</artifactId>
-            <version>1.4.198</version>
+            <version>1.4.199</version>
         </dependency>
         <dependency>
             <groupId>com.optimaize.languagedetector</groupId>
@@ -78,7 +78,7 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>27.0.1-jre</version>
+            <version>${guava.version}</version>
         </dependency>
         <dependency>
             <groupId>commons-cli</groupId>
@@ -240,20 +240,6 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.sonatype.ossindex.maven</groupId>
-                <artifactId>ossindex-maven-plugin</artifactId>
-                <configuration>
-                    <!-- ignore this until 1.4.198 is available -->
-                    <excludeCoordinates>
-                        <exclude>
-                            <groupId>com.h2database</groupId>
-                            <artifactId>h2</artifactId>
-                            <version>1.4.197</version>
-                        </exclude>
-                    </excludeCoordinates>
-                </configuration>
-            </plugin>
-            <plugin>
                 <artifactId>maven-failsafe-plugin</artifactId>
                 <version>${maven.failsafe.version}</version>
                 <configuration>
diff --git a/tika-example/pom.xml b/tika-example/pom.xml
index b74cdd3..2b0b851 100644
--- a/tika-example/pom.xml
+++ b/tika-example/pom.xml
@@ -95,7 +95,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-server</artifactId>
-      <version>2.17.4</version>
+      <version>2.19.2</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.tika</groupId>
@@ -118,7 +118,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-core</artifactId>
-      <version>2.17.4</version>
+      <version>2.19.2</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.tika</groupId>
@@ -147,7 +147,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>5.1.3.RELEASE</version>
+      <version>5.1.6.RELEASE</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 9031dc1..0a2b266 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -373,6 +373,17 @@
           </execution>
         </executions>
       </plugin>
+      <!-- example of how to ignore coordinates
+                <configuration>
+                    <excludeCoordinates>
+                        <exclude>
+                            <groupId>com.h2database</groupId>
+                            <artifactId>h2</artifactId>
+                            <version>1.4.197</version>
+                        </exclude>
+                    </excludeCoordinates>
+                </configuration>
+      -->
       <plugin>
         <groupId>de.thetaphi</groupId>
         <artifactId>forbiddenapis</artifactId>
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index c81ea66..5c02850 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -537,7 +537,7 @@
     <dependency>
       <groupId>net.java.dev.jna</groupId>
       <artifactId>jna</artifactId>
-      <version>5.2.0</version>
+      <version>5.3.0</version>
     </dependency>
 
     <!-- grib's current jsoup is vulnerable to xss