2024年10月9日 修改pom
This commit is contained in:
parent
5e7caecc9c
commit
02672aee11
|
@ -257,22 +257,6 @@
|
||||||
<artifactId>jsch</artifactId>
|
<artifactId>jsch</artifactId>
|
||||||
<version>0.1.55</version>
|
<version>0.1.55</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- 引入libreoffice依赖-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.jodconverter</groupId>
|
|
||||||
<artifactId>jodconverter-local</artifactId>
|
|
||||||
<version>${libreoffice.jodconverter-local.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.libreoffice</groupId>
|
|
||||||
<artifactId>ridl</artifactId>
|
|
||||||
<version>${libreoffice.ridl.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.jodconverter</groupId>
|
|
||||||
<artifactId>jodconverter-spring-boot-starter</artifactId>
|
|
||||||
<version>${libreoffice.jodconverter-spring-boot-starter.version}</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
|
@ -70,6 +70,22 @@
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-test</artifactId>
|
<artifactId>spring-test</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- 引入libreoffice依赖-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jodconverter</groupId>
|
||||||
|
<artifactId>jodconverter-local</artifactId>
|
||||||
|
<version>${libreoffice.jodconverter-local.version}</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.libreoffice</groupId>
|
||||||
|
<artifactId>ridl</artifactId>
|
||||||
|
<version>${libreoffice.ridl.version}</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jodconverter</groupId>
|
||||||
|
<artifactId>jodconverter-spring-boot-starter</artifactId>
|
||||||
|
<version>${libreoffice.jodconverter-spring-boot-starter.version}</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
Loading…
Reference in New Issue