From afed63d6e287587ceac7a5d3bb8a1a70b5a70ba7 Mon Sep 17 00:00:00 2001 From: p8mhb4guj <3395561998@qq.com> Date: Fri, 28 Jun 2024 16:51:00 +0800 Subject: [PATCH] ADD file via upload --- pom.xml | 264 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 264 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..77aa757 --- /dev/null +++ b/pom.xml @@ -0,0 +1,264 @@ + + 4.0.0 + com.jlwl + ssm4o4c3 + war + 1.0-SNAPSHOT + + + UTF-8 + 5.0.0.RELEASE + 4.12 + 1.1.0 + 1.2.8 + 2.3 + 8.0.31 + 1.2.17 + 1.7.19 + 1.8.8 + 1.3.1 + 1.2 + + + + + + junit + junit + ${junit.version} + test + + + + + org.springframework + spring-core + ${spring.version} + jar + compile + + + org.springframework + spring-context + ${spring.version} + jar + compile + + + org.springframework + spring-context-support + ${spring.version} + jar + compile + + + org.springframework + spring-tx + ${spring.version} + jar + compile + + + org.springframework + spring-aop + ${spring.version} + jar + compile + + + org.springframework + spring-beans + ${spring.version} + jar + compile + + + org.springframework + spring-jdbc + ${spring.version} + jar + compile + + + + + org.springframework + spring-web + ${spring.version} + jar + compile + + + org.springframework + spring-webmvc + ${spring.version} + jar + compile + + + + + org.aspectj + aspectjweaver + ${aspectjweaver.version} + + + + + commons-fileupload + commons-fileupload + ${fileupload.version} + + + + javax.servlet + jstl + ${jstl.version} + + + + + com.baomidou + mybatis-plus + ${mybaitsplus.version} + + + + + mysql + mysql-connector-java + ${mysql.version} + + + + + + + + + + + com.microsoft.sqlserver + mssql-jdbc + 6.2.0.jre8 + runtime + + + + + com.alibaba + druid + ${druid.version} + + + + + com.alibaba + fastjson + ${fastjson.version} + + + + + log4j + log4j + ${log4j.version} + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + + + + org.springframework + spring-test + ${spring.version} + + + + org.apache.commons + commons-lang3 + 3.0 + + + + javax.validation + validation-api + 2.0.1.Final + + + + commons-io + commons-io + 2.5 + + + + cn.hutool + hutool-all + 4.0.12 + + + + org.apache.tomcat.embed + tomcat-embed-core + 9.0.29 + + + + + commons-beanutils + commons-beanutils + 1.8.0 + + + + + com.baidu.aip + java-sdk + 4.4.1 + + + + + com.fasterxml.jackson.core + jackson-annotations + 2.10.1 + + + + com.fasterxml.jackson.core + jackson-databind + 2.10.1 + + + + org.codehaus.jackson + jackson-mapper-asl + 1.9.13 + + + + + + + ssm4o4c3 + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + 1.7 + + + + +