Skip to content

Commit 0b33636

Browse files
authored
Update deprecated open office library to use libre office library. (#703)
Issue:102296
1 parent 4fd68da commit 0b33636

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

gxoffice/pom.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,9 @@
4040
<version>${poi.version}</version>
4141
</dependency>
4242
<dependency>
43-
<groupId>org.openoffice</groupId>
44-
<artifactId>juh</artifactId>
45-
<version>4.1.2</version>
46-
</dependency>
47-
<dependency>
48-
<groupId>org.openoffice</groupId>
49-
<artifactId>unoil</artifactId>
50-
<version>4.1.2</version>
43+
<groupId>org.libreoffice</groupId>
44+
<artifactId>libreoffice</artifactId>
45+
<version>7.5.1</version>
5146
</dependency>
5247
</dependencies>
5348

0 commit comments

Comments
 (0)