From 4bfc04e5bcc0ea6453d8ae5c76ba8249562c1825 Mon Sep 17 00:00:00 2001 From: admingit Date: Fri, 26 Jul 2024 00:10:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20guns-admin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guns-admin/pom.xml | 293 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 293 insertions(+) create mode 100644 guns-admin/pom.xml diff --git a/guns-admin/pom.xml b/guns-admin/pom.xml new file mode 100644 index 0000000..091d044 --- /dev/null +++ b/guns-admin/pom.xml @@ -0,0 +1,293 @@ + + + 4.0.0 + + com.stylefeng + guns-parent + 1.0.0-SNAPSHOT + ../guns-parent/pom.xml + + + guns-admin + 1.0.0-SNAPSHOT + + jar + + guns-admin + guns 的spring boot版本 + + + + + org.flowable + flowable-spring-boot-starter-basic + + + mybatis + org.mybatis + + + activation + javax.activation + + + + + + com.stylefeng + guns-core + + + com.stylefeng + guns-generator + + + + + org.springframework.boot + spring-boot-starter-data-redis + + + org.springframework.boot + spring-boot-starter-aop + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-cache + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-test + test + + + + + org.springframework + spring-core + 4.3.30.RELEASE + + + + org.springframework + spring-beans + 4.3.30.RELEASE + + + + + javax.mail + javax.mail-api + + + + + org.apache.shiro + shiro-core + + + slf4j-api + org.slf4j + + + + + org.apache.shiro + shiro-spring + + + org.apache.shiro + shiro-ehcache + + + slf4j-api + org.slf4j + + + + + org.ehcache + ehcache + + + + + commons-io + commons-io + + + com.github.penggle + kaptcha + + + com.google.zxing + core + + + com.ibeetl + beetl + + + io.springfox + springfox-swagger2 + + + io.springfox + springfox-swagger-ui + + + org.apache.commons + commons-lang3 + + + + + org.rxtx + rxtx + 2.1.7 + + + + net.sf.jasperreports + jasperreports + 6.20.6 + + + net.sf.jasperreports + jasperreports-functions + 6.20.6 + + + + com.itextpdf + itext-asian + 5.2.0 + + + + iTextAsian + iTextAsian + 1.0 + system + ${basedir}/src/lib/iTextAsian.jar + + + + org.apache.poi + poi + 3.17 + + + + org.springframework.boot + spring-boot-devtools + + + + org.projectlombok + lombok + true + + + + com.github.binarywang + weixin-java-mp + 3.7.0 + + + de.dentrassi.crypto + pem-keystore + 2.2.0 + + + + + io.github.mymonstercat + rapidocr + 0.0.7 + + + + io.github.mymonstercat + rapidocr-onnx-linux-x86_64 + 1.2.2 + + + + io.github.mymonstercat + rapidocr-ncnn-linux-x86_64 + 1.1.2 + + + + + io.github.mymonstercat + rapidocr-onnx-platform + 0.0.7 + + + + io.github.mymonstercat + rapidocr-ncnn-platform + 0.0.7 + + + + net.java.dev.jna + jna + 5.14.0 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.springframework.boot + spring-boot-maven-plugin + + true + + + + + + src/main/webapp + + + src/lib + BOOT-INF/lib/ + + **/*.jar + + + + src/main/resources + + + src/main/java + + **/*.xml + + + + + +