This commit is contained in:
ls
2025-02-13 09:37:15 +08:00
parent 64b8bfdfcc
commit 9542997441
4 changed files with 286 additions and 1 deletions

View File

@@ -291,6 +291,8 @@
<groupId>org.jeecgframework.boot3</groupId>
<artifactId>autopoi-web</artifactId>
<version>${autopoi-web.version}</version>
<scope>system</scope>
<systemPath>${project.parent.basedir}/lib/autopoi-web-3.7.0.jar</systemPath>
<exclusions>
<exclusion>
<groupId>commons-codec</groupId>
@@ -368,7 +370,8 @@
<groupId>org.jeecgframework.boot3</groupId>
<artifactId>autopoi</artifactId>
<version>3.7.0</version>
<scope>compile</scope>
<scope>system</scope>
<systemPath>${project.parent.basedir}/lib/autopoi-web-3.7.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.deepoove</groupId>