diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..31c2e74 --- /dev/null +++ b/pom.xml @@ -0,0 +1,160 @@ + + + 4.0.0 + + org.ils.billing + ils-order-service + 1.0 + + + 8 + 8 + UTF-8 + + + + org.springframework.boot + spring-boot-starter-parent + 2.6.6 + + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-starter-web + + + + cn.hutool + hutool-all + 5.8.0 + + + + org.projectlombok + lombok + 1.18.22 + + + junit + junit + 4.13.2 + test + + + + io.springfox + springfox-swagger2 + 2.9.2 + + + com.github.xiaoymin + swagger-bootstrap-ui + 1.9.6 + + + + com.alibaba + fastjson + 1.2.83 + + + + org.springframework.boot + spring-boot-starter-data-redis + 2.6.6 + + + + mysql + mysql-connector-java + 8.0.27 + + + + com.baomidou + mybatis-plus-boot-starter + 3.5.1 + + + + com.alibaba + druid-spring-boot-starter + 1.1.22 + + + + org.springframework.boot + spring-boot-starter-aop + 2.6.6 + + + + org.apache.poi + poi-ooxml + 4.1.2 + + + org.apache.poi + poi-ooxml-schemas + 3.17 + + + + org.springframework.boot + spring-boot-starter-amqp + 2.6.6 + + + org.springframework.boot + spring-boot-autoconfigure + 2.6.6 + + + junit + junit + test + + + + org.apache.httpcomponents + httpclient + 4.5.9 + + + + org.apache.httpcomponents + httpasyncclient + 4.1.4 + + + + + ilsEngineService-1.0 + + + org.springframework.boot + spring-boot-maven-plugin + + + org.ils.order.IlsOrderServiceApplication + + + + + + repackage + + + + + + +