From 9369ef9cb3a431fde896daca1a16f87d89d9c86b Mon Sep 17 00:00:00 2001 From: yxt_njy <119782786@qq.com> Date: Thu, 26 Jan 2023 21:04:26 +0800 Subject: [PATCH] pom --- .../supervise-rms/supervise-rms-api/pom.xml | 60 +++++++ .../supervise-rms/supervise-rms-biz/pom.xml | 158 ++++++++++++++++++ 2 files changed, 218 insertions(+) create mode 100644 yxt_supervise/supervise-rms/supervise-rms-api/pom.xml create mode 100644 yxt_supervise/supervise-rms/supervise-rms-biz/pom.xml diff --git a/yxt_supervise/supervise-rms/supervise-rms-api/pom.xml b/yxt_supervise/supervise-rms/supervise-rms-api/pom.xml new file mode 100644 index 00000000..fd8a1464 --- /dev/null +++ b/yxt_supervise/supervise-rms/supervise-rms-api/pom.xml @@ -0,0 +1,60 @@ + + + + + com.yxt + yxt-parent + 0.0.1 + + + 4.0.0 + + supervise-rms-api + com.yxt.supervise + 0.0.1-SNAPSHOT + + + + + + com.yxt + yxt-common-core + 0.0.1 + + + + org.springframework.cloud + spring-cloud-starter-openfeign + + + + org.projectlombok + lombok + 1.18.24 + true + + + com.baomidou + mybatis-plus-boot-starter + + + com.baomidou + mybatis-plus-annotation + + + + + + nexus-releases + http://172.18.0.3:8081/repository/yxt-mvn-releases/ + + + nexus-snapshots + http://172.18.0.3:8081/repository/yxt-mvn-snapshot/ + + + + + \ No newline at end of file diff --git a/yxt_supervise/supervise-rms/supervise-rms-biz/pom.xml b/yxt_supervise/supervise-rms/supervise-rms-biz/pom.xml new file mode 100644 index 00000000..3e30b94f --- /dev/null +++ b/yxt_supervise/supervise-rms/supervise-rms-biz/pom.xml @@ -0,0 +1,158 @@ + + + + com.yxt + yxt-parent + 0.0.1 + + + 4.0.0 + + supervise-rms-biz + com.yxt.supervise + 0.0.1 + + + + + com.yxt + yxt-common-base + 0.0.1 + + + supervise-rms-api + com.yxt.supervise + 0.0.1-SNAPSHOT + + + + com.alibaba.cloud + spring-cloud-starter-alibaba-nacos-discovery + + + + mysql + mysql-connector-java + runtime + + + + junit + junit + compile + + + javax.servlet + javax.servlet-api + 4.0.1 + compile + + + com.github.xiaoymin + knife4j-spring-boot-starter + + + net.dongliu + apk-parser + 2.6.10 + + + + org.projectlombok + lombok + 1.18.24 + true + + + javax.xml + jaxb-impl + 2.1 + + + javax.xml + jaxb-api + 2.1 + + + javax.xml.ws + jaxws-api + 2.3.1 + + + javax.jws + javax.jws-api + 1.1 + + + com.sun.xml.bind + jaxb-core + 2.3.0.1 + + + javax.xml.soap + javax.xml.soap-api + 1.4.0 + + + javax.activation + activation + 1.1.1 + + + + net.sourceforge.javacsv + javacsv + 2.0 + + + de.siegmar + fastcsv + 2.2.1 + + + + + + + + + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.5.6 + + + + repackage + + + + + + + + src/main/java + + **/*Mapper.xml + + + + src/main/resources + + **/*.* + + false + + + + + \ No newline at end of file