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 2023/02/03 15:25:52 UTC

[tika] 01/01: TIKA-3967 -- upgrade geoapi and fix convergence errors

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

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

commit 3b3857302b534e1500d85064f42cc065dbb31ff5
Author: tallison <ta...@apache.org>
AuthorDate: Fri Feb 3 10:25:33 2023 -0500

    TIKA-3967 -- upgrade geoapi and fix convergence errors
---
 tika-parent/pom.xml                                           | 11 ++++++++++-
 .../tika-parser-scientific-module/pom.xml                     |  1 -
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index fd90ff8de..cd99f5996 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -330,7 +330,6 @@
     <dl4j.version>1.0.0-M2</dl4j.version>
     <!-- fakeload versions &gt; 0.4.0 require java > 8 -->
     <fakeload.version>0.4.0</fakeload.version>
-    <geoapi.version>3.0.1</geoapi.version>
     <guava.version>31.1-jre</guava.version>
     <httpcomponents.version>4.5.14</httpcomponents.version>
     <httpcore.version>4.4.16</httpcore.version>
@@ -678,6 +677,11 @@
         <artifactId>javax.annotation-api</artifactId>
         <version>${javax.annotation.version}</version>
       </dependency>
+      <dependency>
+        <groupId>javax.measure</groupId>
+        <artifactId>unit-api</artifactId>
+        <version>2.1.3</version>
+      </dependency>
       <dependency>
         <groupId>javax.ws.rs</groupId>
         <artifactId>javax.ws.rs-api</artifactId>
@@ -857,6 +861,11 @@
         <artifactId>jwarc</artifactId>
         <version>0.21.0</version>
       </dependency>
+      <dependency>
+        <groupId>org.opengis</groupId>
+        <artifactId>geoapi</artifactId>
+        <version>3.0.2</version>
+      </dependency>
       <dependency>
         <groupId>org.ops4j.base</groupId>
         <artifactId>ops4j-base-lang</artifactId>
diff --git a/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml b/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml
index a3ef60ae0..f4a564127 100644
--- a/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml
+++ b/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml
@@ -53,7 +53,6 @@
     <dependency>
       <groupId>org.opengis</groupId>
       <artifactId>geoapi</artifactId>
-      <version>${geoapi.version}</version>
     </dependency>
     <!-- edu.ucar dependencies -->
     <dependency>