From bfe049d9bc746689594ceed4dbd126a9970ab7b4 Mon Sep 17 00:00:00 2001 From: p6jzelshw Date: Tue, 11 Apr 2023 16:23:30 +0800 Subject: [PATCH] ADD file via upload --- pom.xml | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..3f6e040 --- /dev/null +++ b/pom.xml @@ -0,0 +1,177 @@ + + + + 4.0.0 + + org.example + SSM_EMP + 1.0-SNAPSHOT + war + + SSM_EMP Maven Webapp + + http://www.example.com + + + 4.0.2.RELEASE + + 3.2.6 + + 1.7.7 + 1.2.17 + 1.8 + 1.8 + + + + + junit + junit + 4.11 + + test + + + + org.springframework + spring-core + ${spring.version} + + + + org.springframework + spring-web + ${spring.version} + + + org.springframework + spring-oxm + ${spring.version} + + + org.springframework + spring-tx + ${spring.version} + + + + org.springframework + spring-jdbc + ${spring.version} + + + + org.springframework + spring-webmvc + ${spring.version} + + + org.springframework + spring-aop + ${spring.version} + + + + org.springframework + spring-context-support + ${spring.version} + + + + org.springframework + spring-test + ${spring.version} + + + + org.mybatis + mybatis + ${mybatis.version} + + + + org.mybatis + mybatis-spring + 1.2.2 + + + + javax + javaee-api + 7.0 + + + + mysql + mysql-connector-java + 5.1.30 + + + + commons-dbcp + commons-dbcp + 1.2.2 + + + + jstl + jstl + 1.2 + + + + + log4j + log4j + ${log4j.version} + + + + + + com.alibaba + fastjson + 1.1.41 + + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + + + + + org.codehaus.jackson + jackson-mapper-asl + 1.9.13 + + + + commons-fileupload + commons-fileupload + 1.3.1 + + + commons-io + commons-io + 2.4 + + + commons-codec + commons-codec + 1.9 + + + + + +