diff --git a/lib/autopoi-3.7.0.jar b/lib/autopoi-3.7.0.jar new file mode 100644 index 0000000..d7c0d21 Binary files /dev/null and b/lib/autopoi-3.7.0.jar differ diff --git a/lib/autopoi-web-3.7.0.jar b/lib/autopoi-web-3.7.0.jar new file mode 100644 index 0000000..f9b0d66 Binary files /dev/null and b/lib/autopoi-web-3.7.0.jar differ diff --git a/lib/pom.xml b/lib/pom.xml new file mode 100644 index 0000000..04a855c --- /dev/null +++ b/lib/pom.xml @@ -0,0 +1,282 @@ + + 4.0.0 + org.jeecgframework.boot3 + autopoi-parent + + 3.7.0 + pom + + autopoi-parent + http://www.jeecg.com + + + autopoi + autopoi-web + + + office 工具类 基于 poi + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + scm:git:https://github.com/zhangdaiscott/autopoi.git + scm:git:https://github.com/zhangdaiscott/autopoi.git + https://github.com/zhangdaiscott/autopoi + + + + jeecg + jeecgos@163.com + + + + + 3.7.0 + 5.2.2 + 2.9.1 + 29.0-jre + 3.10 + 1.7.30 + 6.0.13 + + + + + + org.apache.poi + poi + ${poi.version} + + + org.apache.poi + poi-ooxml + ${poi.version} + + + + + + + + + org.apache.poi + poi-ooxml-full + ${poi.version} + + + + xerces + xercesImpl + ${xerces.version} + true + + + org.apache.poi + poi-scratchpad + ${poi.version} + + + + + + + com.google.guava + guava + ${guava.version} + + + + org.apache.commons + commons-lang3 + ${commons-lang.version} + + + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + provided + + + + + org.springframework + spring-webmvc + ${spring.version} + true + + + + jakarta.servlet + jakarta.servlet-api + 6.0.0 + provided + true + + + + + org.jeecgframework.boot3 + autopoi + ${autopoi.version} + + + + + + + jeecg + + + + maven-compiler-plugin + + 17 + 17 + UTF-8 + + + + + org.apache.maven.plugins + maven-source-plugin + + + package + + jar-no-fork + + + + + + + + + + release + + + + maven-compiler-plugin + + 17 + 17 + UTF-8 + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + package + + jar + + + UTF-8 + -Xdoclint:none + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + oss + https://oss.sonatype.org/ + true + + + + + + + oss + https://oss.sonatype.org/content/repositories/snapshots/ + + + oss + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 17 + 17 + UTF-8 + + + + + + + + github + LoadUp Apache Maven Packages + https://maven.pkg.github.com/loadup-cloud/loadup-packages + + + github + LoadUp Apache Maven Packages + https://maven.pkg.github.com/loadup-cloud/loadup-packages + + + \ No newline at end of file diff --git a/physical-base-core/pom.xml b/physical-base-core/pom.xml index 4af7454..3ae1398 100644 --- a/physical-base-core/pom.xml +++ b/physical-base-core/pom.xml @@ -291,6 +291,8 @@ org.jeecgframework.boot3 autopoi-web ${autopoi-web.version} + system + ${project.parent.basedir}/lib/autopoi-web-3.7.0.jar commons-codec @@ -368,7 +370,8 @@ org.jeecgframework.boot3 autopoi 3.7.0 - compile + system + ${project.parent.basedir}/lib/autopoi-web-3.7.0.jar com.deepoove