更新 template/pom.xml
fix:删除无用jar,添加mybatis
This commit is contained in:
358
template/pom.xml
358
template/pom.xml
@@ -72,156 +72,16 @@
|
||||
<rocketmq-client.version>4.7.1</rocketmq-client.version>
|
||||
<org.json.version>20170516</org.json.version>
|
||||
<elasticsearch-core.version>7.3.1</elasticsearch-core.version>
|
||||
<druid-spring-boot-starter.version>1.1.21</druid-spring-boot-starter.version>
|
||||
<vs.debug.version>1.0.0-SNAPSHOT</vs.debug.version>
|
||||
<vs.mock.spring>1.0.0-SNAPSHOT</vs.mock.spring>
|
||||
<libawall.version>2.2.0.RELEASE</libawall.version>
|
||||
<toco.version>1.0.0-SNAPSHOT</toco.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.esotericsoftware</groupId>
|
||||
<artifactId>kryo</artifactId>
|
||||
<version>5.5.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mybatis</groupId>
|
||||
<artifactId>mybatis-spring</artifactId>
|
||||
<version>2.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mybatis</groupId>
|
||||
<artifactId>mybatis</artifactId>
|
||||
<version>3.5.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-core</artifactId>
|
||||
<version>2.17.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.toco</groupId>
|
||||
<artifactId>toco-all</artifactId>
|
||||
<type>pom</type>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.quartz-scheduler</groupId>
|
||||
<artifactId>quartz</artifactId>
|
||||
<version>2.3.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.binarywang</groupId>
|
||||
<artifactId>weixin-java-miniapp</artifactId>
|
||||
<version>4.3.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-amqp</artifactId>
|
||||
<version>2.7.18</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-actuator</artifactId>
|
||||
<version>2.7.18</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
<version>5.3.31</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>5.3.31</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alipay.sdk</groupId>
|
||||
<artifactId>alipay-sdk-java</artifactId>
|
||||
<version>4.9.28.ALL</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>${mysql-connector-java.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>druid-spring-boot-starter</artifactId>
|
||||
<version>${druid-spring-boot-starter.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.enums</groupId>
|
||||
<artifactId>libawall-enums-client</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.enums</groupId>
|
||||
<artifactId>libawall-enums-service</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.enums</groupId>
|
||||
<artifactId>libawall-enums-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.note</groupId>
|
||||
<artifactId>libawall-note-client</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.note</groupId>
|
||||
<artifactId>libawall-note-service</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.note</groupId>
|
||||
<artifactId>libawall-note-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.role</groupId>
|
||||
<artifactId>libawall-role-client</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.role</groupId>
|
||||
<artifactId>libawall-role-service</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.role</groupId>
|
||||
<artifactId>libawall-role-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.upload</groupId>
|
||||
<artifactId>libawall-upload-client</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.upload</groupId>
|
||||
<artifactId>libawall-upload-service</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.upload</groupId>
|
||||
<artifactId>libawall-upload-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.upload</groupId>
|
||||
<artifactId>libawall-upload-core</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-all</artifactId>
|
||||
<version>${cn.hutool.all}</version>
|
||||
<version>${cn.hutool.all}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.persistence</groupId>
|
||||
@@ -259,19 +119,14 @@
|
||||
<artifactId>spring-webmvc</artifactId>
|
||||
<version>${spring.web.mvc.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>transmittable-thread-local</artifactId>
|
||||
<version>${transmittable-thread-local.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>${slf4j-api.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>guava</artifactId>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>${guava.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -292,12 +147,12 @@
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>${jackson-databind.version}</version> <!-- 使用适当的版本 -->
|
||||
<version>${jackson-databind.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>javax.servlet-api</artifactId>
|
||||
<version>${javax.servlet-api.version}</version> <!-- 使用适当的版本 -->
|
||||
<version>${javax.servlet-api.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -321,8 +176,8 @@
|
||||
<version>1.5.21</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>elasticsearch-x-content</artifactId>
|
||||
<groupId>org.elasticsearch</groupId>
|
||||
<artifactId>elasticsearch-x-content</artifactId>
|
||||
<version>7.3.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -335,14 +190,14 @@
|
||||
<artifactId>springfox-swagger2</artifactId>
|
||||
<version>${springfox-swagger2.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>io.swagger</groupId>
|
||||
<artifactId>swagger-annotations</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>io.swagger</groupId>
|
||||
<artifactId>swagger-models</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>io.swagger</groupId>
|
||||
<artifactId>swagger-annotations</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>io.swagger</groupId>
|
||||
<artifactId>swagger-models</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -512,171 +367,32 @@
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>${hibernate.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- libawall dependencies start -->
|
||||
<dependency>
|
||||
<groupId>com.libawallframework</groupId>
|
||||
<artifactId>libawall-core</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework</groupId>
|
||||
<artifactId>libawall-dubbo</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework</groupId>
|
||||
<artifactId>libawall-httpclient</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.enums</groupId>
|
||||
<artifactId>libawall-enums-client</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.enums</groupId>
|
||||
<artifactId>libawall-enums-service</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.enums</groupId>
|
||||
<artifactId>libawall-enums-web</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.note</groupId>
|
||||
<artifactId>libawall-note-client</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.note</groupId>
|
||||
<artifactId>libawall-note-service</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.note</groupId>
|
||||
<artifactId>libawall-note-web</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.role</groupId>
|
||||
<artifactId>libawall-role-client</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.role</groupId>
|
||||
<artifactId>libawall-role-service</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.role</groupId>
|
||||
<artifactId>libawall-role-web</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.upload</groupId>
|
||||
<artifactId>libawall-upload-client</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.upload</groupId>
|
||||
<artifactId>libawall-upload-service</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.upload</groupId>
|
||||
<artifactId>libawall-upload-web</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.manage.upload</groupId>
|
||||
<artifactId>libawall-upload-core</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework</groupId>
|
||||
<artifactId>libawall-mybatis</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework</groupId>
|
||||
<artifactId>libawall-mybatisplus</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework</groupId>
|
||||
<artifactId>libawall-quartz</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.rabbitmq</groupId>
|
||||
<artifactId>libawall-rabbitmq-client</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.rabbitmq</groupId>
|
||||
<artifactId>libawall-rabbitmq-service</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.security</groupId>
|
||||
<artifactId>libawall-security-common</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.security</groupId>
|
||||
<artifactId>libawall-security-core</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.security</groupId>
|
||||
<artifactId>libawall-security-oauth</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.security</groupId>
|
||||
<artifactId>libawall-security-session-websocket</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.security</groupId>
|
||||
<artifactId>libawall-security-spring-security</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework.security</groupId>
|
||||
<artifactId>libawall-security-spring-session</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework</groupId>
|
||||
<artifactId>libawall-swagger</artifactId>
|
||||
<version>2.2.0.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework</groupId>
|
||||
<artifactId>libawall-utils</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework</groupId>
|
||||
<artifactId>libawall-web</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.libawallframework</groupId>
|
||||
<artifactId>libawall-xxl-job</artifactId>
|
||||
<version>${libawall.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.toco</groupId>
|
||||
<artifactId>toco-all</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-core</artifactId>
|
||||
<version>2.17.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-boot-starter</artifactId>
|
||||
<version>3.5.7</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
||||
Reference in New Issue
Block a user