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

desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git

commit f05d801cef2c165dda813fc83cdc8ce3296537eb
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Fri Sep 17 16:17:59 2021 +0200

    Upgrade OpenOffice dependency. Four JAR files are replaced by a single one.
    
    https://issues.apache.org/jira/browse/SIS-505
---
 application/sis-openoffice/pom.xml | 30 ++++--------------------------
 1 file changed, 4 insertions(+), 26 deletions(-)

diff --git a/application/sis-openoffice/pom.xml 
b/application/sis-openoffice/pom.xml
index db8dc5e..b2138f2 100644
--- a/application/sis-openoffice/pom.xml
+++ b/application/sis-openoffice/pom.xml
@@ -80,10 +80,6 @@
            We must declare transitive dependencies explicitly,
            otherwise they will not be included by sis-unopkg.
        =========================================================== -->
-  <properties>
-    <openoffice.version>4.1.2</openoffice.version>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>org.opengis</groupId>
@@ -105,29 +101,11 @@
       <version>${project.version}</version>
     </dependency>
 
-    <!-- Following dependencies are included in OpenOffice runtime 
environment. -->
-    <dependency>
-      <groupId>org.openoffice</groupId>
-      <artifactId>juh</artifactId>
-      <version>${openoffice.version}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.openoffice</groupId>
-      <artifactId>jurt</artifactId>
-      <version>${openoffice.version}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.openoffice</groupId>
-      <artifactId>ridl</artifactId>
-      <version>${openoffice.version}</version>
-      <scope>provided</scope>
-    </dependency>
+    <!-- Following dependencies are included in LibreOffice runtime 
environment. -->
     <dependency>
-      <groupId>org.openoffice</groupId>
-      <artifactId>unoil</artifactId>
-      <version>${openoffice.version}</version>
+      <groupId>org.libreoffice</groupId>
+      <artifactId>libreoffice</artifactId>
+      <version>7.2.1</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>

Reply via email to