Update template/pom.xml
This commit is contained in:
900
template/pom.xml
900
template/pom.xml
@@ -1,451 +1,453 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
<modelVersion>4.0.0</modelVersion>
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
<parent>
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<groupId>org.springframework.boot</groupId>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<parent>
|
||||||
<version>2.7.18</version>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<relativePath/>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<!-- lookup parent from repository -->
|
<version>2.7.18</version>
|
||||||
</parent>
|
<relativePath />
|
||||||
<groupId>{{ .groupId }}</groupId>
|
<!-- lookup parent from repository -->
|
||||||
<artifactId>{{ .artifactId }}</artifactId>
|
</parent>
|
||||||
<version>{{ .version }}</version>
|
<groupId>{{ .groupId }}</groupId>
|
||||||
<packaging>pom</packaging>
|
<artifactId>{{ .artifactId }}</artifactId>
|
||||||
<properties>
|
<version>{{ .version }}</version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<packaging>pom</packaging>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<properties>
|
||||||
<maven.compiler.target>8</maven.compiler.target>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<junit.version>4.12</junit.version>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
<vs.common.util.version>1.2.2</vs.common.util.version>
|
<maven.compiler.target>8</maven.compiler.target>
|
||||||
<vs.common.version>1.2.0</vs.common.version>
|
<junit.version>4.12</junit.version>
|
||||||
<ox.sprintboot.web.starter.version>1.0-SNAPSHOT</ox.sprintboot.web.starter.version>
|
<vs.common.util.version>1.2.2</vs.common.util.version>
|
||||||
<lombok.version>1.18.20</lombok.version>
|
<vs.common.version>1.2.0</vs.common.version>
|
||||||
<javax.annotation.api.version>1.3.2</javax.annotation.api.version>
|
<ox.sprintboot.web.starter.version>1.0-SNAPSHOT</ox.sprintboot.web.starter.version>
|
||||||
<logback.classic.version>1.2.3</logback.classic.version>
|
<lombok.version>1.18.20</lombok.version>
|
||||||
<ox.basidc.common>1.0-SNAPSHOT</ox.basidc.common>
|
<javax.annotation.api.version>1.3.2</javax.annotation.api.version>
|
||||||
<flyway.version>5.2.4</flyway.version>
|
<logback.classic.version>1.2.3</logback.classic.version>
|
||||||
<vs.common.rpc.version>1.3.0-SNAPSHOT</vs.common.rpc.version>
|
<ox.basidc.common>1.0-SNAPSHOT</ox.basidc.common>
|
||||||
<vs.sqlmapper.spring>1.0.0-SNAPSHOT</vs.sqlmapper.spring>
|
<flyway.version>5.2.4</flyway.version>
|
||||||
<vs.mock.spring>1.0.0-SNAPSHOT</vs.mock.spring>
|
<vs.common.rpc.version>1.3.0-SNAPSHOT</vs.common.rpc.version>
|
||||||
<vs.elasticsearch.version>1.0.0-SNAPSHOT</vs.elasticsearch.version>
|
<vs.sqlmapper.spring>1.0.0-SNAPSHOT</vs.sqlmapper.spring>
|
||||||
<org.hibernate.core>5.5.7.Final</org.hibernate.core>
|
<vs.mock.spring>1.0.0-SNAPSHOT</vs.mock.spring>
|
||||||
<vs.bo.common>1.0-SNAPSHOT</vs.bo.common>
|
<vs.elasticsearch.version>1.0.0-SNAPSHOT</vs.elasticsearch.version>
|
||||||
<cn.hutool.all>5.7.4</cn.hutool.all>
|
<org.hibernate.core>5.5.7.Final</org.hibernate.core>
|
||||||
<vs.debug.version>1.0.0-SNAPSHOT</vs.debug.version>
|
<vs.bo.common>1.0-SNAPSHOT</vs.bo.common>
|
||||||
<javax.persistence-api>2.2</javax.persistence-api>
|
<cn.hutool.all>5.7.4</cn.hutool.all>
|
||||||
<elasticsearch.version>7.3.1</elasticsearch.version>
|
<vs.debug.version>1.0.0-SNAPSHOT</vs.debug.version>
|
||||||
<dist.version>1.2.2</dist.version>
|
<javax.persistence-api>2.2</javax.persistence-api>
|
||||||
<libawall.version>2.2.0.RELEASE</libawall.version>
|
<elasticsearch.version>7.3.1</elasticsearch.version>
|
||||||
<toco.version>1.0.0-SNAPSHOT</toco.version>
|
<dist.version>1.2.2</dist.version>
|
||||||
</properties>
|
<libawall.version>2.2.0.RELEASE</libawall.version>
|
||||||
<dependencies>
|
<toco.version>1.0.0-SNAPSHOT</toco.version>
|
||||||
<dependency>
|
</properties>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<dependencies>
|
||||||
<artifactId>spring-boot-starter-test</artifactId>
|
<dependency>
|
||||||
</dependency>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<!-- <dependency>-->
|
<artifactId>spring-boot-starter-test</artifactId>
|
||||||
<!-- <groupId>org.springframework.boot</groupId>-->
|
</dependency>
|
||||||
<!-- <artifactId>spring-boot-autoconfigure</artifactId>-->
|
<!-- <dependency>-->
|
||||||
<!-- <version>2.7.18</version>-->
|
<!-- <groupId>org.springframework.boot</groupId>-->
|
||||||
<!-- </dependency>-->
|
<!-- <artifactId>spring-boot-autoconfigure</artifactId>-->
|
||||||
<dependency>
|
<!-- <version>2.7.18</version>-->
|
||||||
<groupId>com.esotericsoftware</groupId>
|
<!-- </dependency>-->
|
||||||
<artifactId>kryo</artifactId>
|
<dependency>
|
||||||
<version>5.5.0</version>
|
<groupId>com.esotericsoftware</groupId>
|
||||||
</dependency>
|
<artifactId>kryo</artifactId>
|
||||||
<dependency>
|
<version>5.5.0</version>
|
||||||
<groupId>org.mybatis</groupId>
|
</dependency>
|
||||||
<artifactId>mybatis-spring</artifactId>
|
<dependency>
|
||||||
<version>2.0.3</version>
|
<groupId>org.mybatis</groupId>
|
||||||
</dependency>
|
<artifactId>mybatis-spring</artifactId>
|
||||||
<dependency>
|
<version>2.0.3</version>
|
||||||
<groupId>org.mybatis</groupId>
|
</dependency>
|
||||||
<artifactId>mybatis</artifactId>
|
<dependency>
|
||||||
<version>3.5.3</version>
|
<groupId>org.mybatis</groupId>
|
||||||
</dependency>
|
<artifactId>mybatis</artifactId>
|
||||||
<dependency>
|
<version>3.5.3</version>
|
||||||
<groupId>com.toco</groupId>
|
</dependency>
|
||||||
<artifactId>toco-all</artifactId>
|
<dependency>
|
||||||
<type>pom</type>
|
<groupId>com.toco</groupId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<artifactId>toco-all</artifactId>
|
||||||
</dependency>
|
<type>pom</type>
|
||||||
<!-- libawall dependencies start -->
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<dependency>
|
</dependency>
|
||||||
<groupId>com.libawallframework</groupId>
|
<!-- libawall dependencies start -->
|
||||||
<artifactId>libawall-core</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-core</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-dubbo</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-dubbo</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-httpclient</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-httpclient</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.enums</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-enums-client</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.enums</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-enums-client</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.enums</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-enums-service</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.enums</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-enums-service</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.enums</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-enums-web</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.enums</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-enums-web</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.note</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-note-client</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.note</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-note-client</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.note</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-note-service</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.note</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-note-service</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.note</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-note-web</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.note</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-note-web</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.role</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-role-client</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.role</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-role-client</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.role</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-role-service</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.role</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-role-service</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.role</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-role-web</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.role</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-role-web</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.upload</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-upload-client</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.upload</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-upload-client</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.upload</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-upload-service</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.upload</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-upload-service</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.upload</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-upload-web</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.upload</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-upload-web</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.upload</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-upload-core</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.upload</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-upload-core</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-mybatis</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-mybatis</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-mybatisplus</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-mybatisplus</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-quartz</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-quartz</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.rabbitmq</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-rabbitmq-client</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.rabbitmq</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-rabbitmq-client</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.rabbitmq</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-rabbitmq-service</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.rabbitmq</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-rabbitmq-service</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.security</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-security-common</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.security</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-security-common</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.security</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-security-core</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.security</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-security-core</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.security</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-security-oauth</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.security</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-security-oauth</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.security</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-security-session-websocket</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.security</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-security-session-websocket</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.security</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-security-spring-security</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.security</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-security-spring-security</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework.security</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-security-spring-session</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework.security</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-security-spring-session</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-swagger</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-swagger</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-utils</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-utils</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-web</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-web</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>com.libawallframework</groupId>
|
</dependency>
|
||||||
<artifactId>libawall-xxl-job</artifactId>
|
<dependency>
|
||||||
<version>${libawall.version}</version>
|
<groupId>com.libawallframework</groupId>
|
||||||
</dependency>
|
<artifactId>libawall-xxl-job</artifactId>
|
||||||
<dependency>
|
<version>${libawall.version}</version>
|
||||||
<groupId>org.quartz-scheduler</groupId>
|
</dependency>
|
||||||
<artifactId>quartz</artifactId>
|
<dependency>
|
||||||
<version>2.3.2</version>
|
<groupId>org.quartz-scheduler</groupId>
|
||||||
</dependency>
|
<artifactId>quartz</artifactId>
|
||||||
<dependency>
|
<version>2.3.2</version>
|
||||||
<groupId>com.github.binarywang</groupId>
|
</dependency>
|
||||||
<artifactId>weixin-java-miniapp</artifactId>
|
<dependency>
|
||||||
<version>4.3.0</version>
|
<groupId>com.github.binarywang</groupId>
|
||||||
</dependency>
|
<artifactId>weixin-java-miniapp</artifactId>
|
||||||
<!-- <dependency>-->
|
<version>4.3.0</version>
|
||||||
<!-- <groupId>org.springframework.security</groupId>-->
|
</dependency>
|
||||||
<!-- <artifactId>spring-security-web</artifactId>-->
|
<!-- <dependency>-->
|
||||||
<!-- <version>5.7.11</version>-->
|
<!-- <groupId>org.springframework.security</groupId>-->
|
||||||
<!-- </dependency>-->
|
<!-- <artifactId>spring-security-web</artifactId>-->
|
||||||
<dependency>
|
<!-- <version>5.7.11</version>-->
|
||||||
<groupId>org.springframework.boot</groupId>
|
<!-- </dependency>-->
|
||||||
<artifactId>spring-boot-starter-amqp</artifactId>
|
<dependency>
|
||||||
<version>2.7.18</version>
|
<groupId>org.springframework.boot</groupId>
|
||||||
</dependency>
|
<artifactId>spring-boot-starter-amqp</artifactId>
|
||||||
<!-- <dependency>-->
|
<version>2.7.18</version>
|
||||||
<!-- <groupId>org.redisson</groupId>-->
|
</dependency>
|
||||||
<!-- <artifactId>redisson-spring-boot-starter</artifactId>-->
|
<!-- <dependency>-->
|
||||||
<!-- <version>3.25.2</version>-->
|
<!-- <groupId>org.redisson</groupId>-->
|
||||||
<!-- </dependency>-->
|
<!-- <artifactId>redisson-spring-boot-starter</artifactId>-->
|
||||||
<dependency>
|
<!-- <version>3.25.2</version>-->
|
||||||
<groupId>org.springframework.boot</groupId>
|
<!-- </dependency>-->
|
||||||
<artifactId>spring-boot-starter-actuator</artifactId>
|
<dependency>
|
||||||
<version>2.7.18</version>
|
<groupId>org.springframework.boot</groupId>
|
||||||
</dependency>
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
||||||
<dependency>
|
<version>2.7.18</version>
|
||||||
<groupId>org.springframework</groupId>
|
</dependency>
|
||||||
<artifactId>spring-beans</artifactId>
|
<dependency>
|
||||||
<version>5.3.31</version>
|
<groupId>org.springframework</groupId>
|
||||||
</dependency>
|
<artifactId>spring-beans</artifactId>
|
||||||
<dependency>
|
<version>5.3.31</version>
|
||||||
<groupId>org.springframework</groupId>
|
</dependency>
|
||||||
<artifactId>spring-core</artifactId>
|
<dependency>
|
||||||
<version>5.3.31</version>
|
<groupId>org.springframework</groupId>
|
||||||
</dependency>
|
<artifactId>spring-core</artifactId>
|
||||||
<!-- <dependency>-->
|
<version>5.3.31</version>
|
||||||
<!-- <groupId>org.springframework</groupId>-->
|
</dependency>
|
||||||
<!-- <artifactId>spring-context-support</artifactId>-->
|
<!-- <dependency>-->
|
||||||
<!-- <version>5.3.31</version>-->
|
<!-- <groupId>org.springframework</groupId>-->
|
||||||
<!-- </dependency>-->
|
<!-- <artifactId>spring-context-support</artifactId>-->
|
||||||
<!-- <dependency>-->
|
<!-- <version>5.3.31</version>-->
|
||||||
<!-- <groupId>org.springframework</groupId>-->
|
<!-- </dependency>-->
|
||||||
<!-- <artifactId>spring-web</artifactId>-->
|
<!-- <dependency>-->
|
||||||
<!-- <version>5.3.31</version>-->
|
<!-- <groupId>org.springframework</groupId>-->
|
||||||
<!-- </dependency>-->
|
<!-- <artifactId>spring-web</artifactId>-->
|
||||||
<!-- <dependency>-->
|
<!-- <version>5.3.31</version>-->
|
||||||
<!-- <groupId>org.springframework</groupId>-->
|
<!-- </dependency>-->
|
||||||
<!-- <artifactId>spring-aspects</artifactId>-->
|
<!-- <dependency>-->
|
||||||
<!-- <version>5.3.31</version>-->
|
<!-- <groupId>org.springframework</groupId>-->
|
||||||
<!-- </dependency>-->
|
<!-- <artifactId>spring-aspects</artifactId>-->
|
||||||
<dependency>
|
<!-- <version>5.3.31</version>-->
|
||||||
<groupId>com.alipay.sdk</groupId>
|
<!-- </dependency>-->
|
||||||
<artifactId>alipay-sdk-java</artifactId>
|
<dependency>
|
||||||
<version>4.9.28.ALL</version>
|
<groupId>com.alipay.sdk</groupId>
|
||||||
</dependency>
|
<artifactId>alipay-sdk-java</artifactId>
|
||||||
<!-- <dependency>-->
|
<version>4.9.28.ALL</version>
|
||||||
<!-- <groupId>org.springframework</groupId>-->
|
</dependency>
|
||||||
<!-- <artifactId>spring-aop</artifactId>-->
|
<!-- <dependency>-->
|
||||||
<!-- <version>5.3.14</version>-->
|
<!-- <groupId>org.springframework</groupId>-->
|
||||||
<!-- </dependency>-->
|
<!-- <artifactId>spring-aop</artifactId>-->
|
||||||
<dependency>
|
<!-- <version>5.3.14</version>-->
|
||||||
<groupId>mysql</groupId>
|
<!-- </dependency>-->
|
||||||
<artifactId>mysql-connector-java</artifactId>
|
<dependency>
|
||||||
<version>8.0.11</version>
|
<groupId>mysql</groupId>
|
||||||
</dependency>
|
<artifactId>mysql-connector-java</artifactId>
|
||||||
<dependency>
|
<version>8.0.11</version>
|
||||||
<groupId>com.alibaba</groupId>
|
</dependency>
|
||||||
<artifactId>druid-spring-boot-starter</artifactId>
|
<dependency>
|
||||||
<version>1.1.17</version>
|
<groupId>com.alibaba</groupId>
|
||||||
</dependency>
|
<artifactId>druid-spring-boot-starter</artifactId>
|
||||||
<!-- <dependency>-->
|
<version>1.1.17</version>
|
||||||
<!-- <groupId>org.springframework</groupId>-->
|
</dependency>
|
||||||
<!-- <artifactId>spring-context</artifactId>-->
|
<!-- <dependency>-->
|
||||||
<!-- <version>5.3.31</version>-->
|
<!-- <groupId>org.springframework</groupId>-->
|
||||||
<!-- </dependency>-->
|
<!-- <artifactId>spring-context</artifactId>-->
|
||||||
<!-- libawall dependencies end -->
|
<!-- <version>5.3.31</version>-->
|
||||||
</dependencies>
|
<!-- </dependency>-->
|
||||||
<dependencyManagement>
|
<!-- libawall dependencies end -->
|
||||||
<dependencies>
|
</dependencies>
|
||||||
<dependency>
|
<dependencyManagement>
|
||||||
<groupId>cn.hutool</groupId>
|
<dependencies>
|
||||||
<artifactId>hutool-all</artifactId>
|
<dependency>
|
||||||
<version>${cn.hutool.all}</version>
|
<groupId>cn.hutool</groupId>
|
||||||
</dependency>
|
<artifactId>hutool-all</artifactId>
|
||||||
<dependency>
|
<version>${cn.hutool.all}</version>
|
||||||
<groupId>javax.persistence</groupId>
|
</dependency>
|
||||||
<artifactId>javax.persistence-api</artifactId>
|
<dependency>
|
||||||
<version>${javax.persistence-api}</version>
|
<groupId>javax.persistence</groupId>
|
||||||
</dependency>
|
<artifactId>javax.persistence-api</artifactId>
|
||||||
<dependency>
|
<version>${javax.persistence-api}</version>
|
||||||
<groupId>org.hibernate</groupId>
|
</dependency>
|
||||||
<artifactId>hibernate-core</artifactId>
|
<dependency>
|
||||||
<version>${org.hibernate.core}</version>
|
<groupId>org.hibernate</groupId>
|
||||||
</dependency>
|
<artifactId>hibernate-core</artifactId>
|
||||||
<dependency>
|
<version>${org.hibernate.core}</version>
|
||||||
<groupId>com.vs</groupId>
|
</dependency>
|
||||||
<artifactId>ox-bo-common</artifactId>
|
<dependency>
|
||||||
<version>${vs.bo.common}</version>
|
<groupId>com.vs</groupId>
|
||||||
</dependency>
|
<artifactId>ox-bo-common</artifactId>
|
||||||
<dependency>
|
<version>${vs.bo.common}</version>
|
||||||
<groupId>org.springframework.boot</groupId>
|
</dependency>
|
||||||
<artifactId>spring-boot-dependencies</artifactId>
|
<dependency>
|
||||||
<version>2.6.2</version>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<type>pom</type>
|
<artifactId>spring-boot-dependencies</artifactId>
|
||||||
<scope>import</scope>
|
<version>2.6.2</version>
|
||||||
</dependency>
|
<type>pom</type>
|
||||||
<dependency>
|
<scope>import</scope>
|
||||||
<groupId>junit</groupId>
|
</dependency>
|
||||||
<artifactId>junit</artifactId>
|
<dependency>
|
||||||
<version>${junit.version}</version>
|
<groupId>junit</groupId>
|
||||||
<scope>test</scope>
|
<artifactId>junit</artifactId>
|
||||||
</dependency>
|
<version>${junit.version}</version>
|
||||||
<dependency>
|
<scope>test</scope>
|
||||||
<groupId>com.vs</groupId>
|
</dependency>
|
||||||
<artifactId>ox-springboot-web-starter</artifactId>
|
<dependency>
|
||||||
<version>${ox.sprintboot.web.starter.version}</version>
|
<groupId>com.vs</groupId>
|
||||||
</dependency>
|
<artifactId>ox-springboot-web-starter</artifactId>
|
||||||
<dependency>
|
<version>${ox.sprintboot.web.starter.version}</version>
|
||||||
<groupId>com.vs</groupId>
|
</dependency>
|
||||||
<artifactId>dist</artifactId>
|
<dependency>
|
||||||
<version>${dist.version}</version>
|
<groupId>com.vs</groupId>
|
||||||
</dependency>
|
<artifactId>dist</artifactId>
|
||||||
<dependency>
|
<version>${dist.version}</version>
|
||||||
<groupId>org.projectlombok</groupId>
|
</dependency>
|
||||||
<artifactId>lombok</artifactId>
|
<dependency>
|
||||||
<version>${lombok.version}</version>
|
<groupId>org.projectlombok</groupId>
|
||||||
</dependency>
|
<artifactId>lombok</artifactId>
|
||||||
<dependency>
|
<version>${lombok.version}</version>
|
||||||
<groupId>javax.annotation</groupId>
|
</dependency>
|
||||||
<artifactId>javax.annotation-api</artifactId>
|
<dependency>
|
||||||
<version>${javax.annotation.api.version}</version>
|
<groupId>javax.annotation</groupId>
|
||||||
</dependency>
|
<artifactId>javax.annotation-api</artifactId>
|
||||||
<dependency>
|
<version>${javax.annotation.api.version}</version>
|
||||||
<groupId>ch.qos.logback</groupId>
|
</dependency>
|
||||||
<artifactId>logback-classic</artifactId>
|
<dependency>
|
||||||
<version>${logback.classic.version}</version>
|
<groupId>ch.qos.logback</groupId>
|
||||||
</dependency>
|
<artifactId>logback-classic</artifactId>
|
||||||
<dependency>
|
<version>${logback.classic.version}</version>
|
||||||
<groupId>com.vs</groupId>
|
</dependency>
|
||||||
<artifactId>ox-basidc-common</artifactId>
|
<dependency>
|
||||||
<version>${ox.basidc.common}</version>
|
<groupId>com.vs</groupId>
|
||||||
<exclusions>
|
<artifactId>ox-basidc-common</artifactId>
|
||||||
<exclusion>
|
<version>${ox.basidc.common}</version>
|
||||||
<groupId>org.apache.tomcat.embed</groupId>
|
<exclusions>
|
||||||
<artifactId>tomcat-embed-core</artifactId>
|
<exclusion>
|
||||||
</exclusion>
|
<groupId>org.apache.tomcat.embed</groupId>
|
||||||
</exclusions>
|
<artifactId>tomcat-embed-core</artifactId>
|
||||||
</dependency>
|
</exclusion>
|
||||||
<dependency>
|
</exclusions>
|
||||||
<groupId>org.flywaydb</groupId>
|
</dependency>
|
||||||
<artifactId>flyway-core</artifactId>
|
<dependency>
|
||||||
<version>${flyway.version}</version>
|
<groupId>org.flywaydb</groupId>
|
||||||
</dependency>
|
<artifactId>flyway-core</artifactId>
|
||||||
<dependency>
|
<version>${flyway.version}</version>
|
||||||
<groupId>com.vs</groupId>
|
</dependency>
|
||||||
<artifactId>common-rpc</artifactId>
|
<dependency>
|
||||||
<version>${vs.common.rpc.version}</version>
|
<groupId>com.vs</groupId>
|
||||||
</dependency>
|
<artifactId>common-rpc</artifactId>
|
||||||
<dependency>
|
<version>${vs.common.rpc.version}</version>
|
||||||
<groupId>com.vs</groupId>
|
</dependency>
|
||||||
<artifactId>vs-sqlmapper-spring</artifactId>
|
<dependency>
|
||||||
<version>${vs.sqlmapper.spring}</version>
|
<groupId>com.vs</groupId>
|
||||||
</dependency>
|
<artifactId>vs-sqlmapper-spring</artifactId>
|
||||||
<dependency>
|
<version>${vs.sqlmapper.spring}</version>
|
||||||
<groupId>com.vs</groupId>
|
</dependency>
|
||||||
<artifactId>vs-elasticsearch</artifactId>
|
<dependency>
|
||||||
<version>${vs.elasticsearch.version}</version>
|
<groupId>com.vs</groupId>
|
||||||
</dependency>
|
<artifactId>vs-elasticsearch</artifactId>
|
||||||
<dependency>
|
<version>${vs.elasticsearch.version}</version>
|
||||||
<groupId>com.vs</groupId>
|
</dependency>
|
||||||
<artifactId>vs-mock-web</artifactId>
|
<dependency>
|
||||||
<version>${vs.mock.spring}</version>
|
<groupId>com.vs</groupId>
|
||||||
</dependency>
|
<artifactId>vs-mock-web</artifactId>
|
||||||
<dependency>
|
<version>${vs.mock.spring}</version>
|
||||||
<groupId>com.vs</groupId>
|
</dependency>
|
||||||
<artifactId>vs-debug-agent</artifactId>
|
<dependency>
|
||||||
<version>${vs.debug.version}</version>
|
<groupId>com.vs</groupId>
|
||||||
</dependency>
|
<artifactId>vs-debug-agent</artifactId>
|
||||||
<dependency>
|
<version>${vs.debug.version}</version>
|
||||||
<groupId>com.vs</groupId>
|
</dependency>
|
||||||
<artifactId>vs-debug-plugin</artifactId>
|
<dependency>
|
||||||
<version>${vs.debug.version}</version>
|
<groupId>com.vs</groupId>
|
||||||
</dependency>
|
<artifactId>vs-debug-plugin</artifactId>
|
||||||
<dependency>
|
<version>${vs.debug.version}</version>
|
||||||
<groupId>com.vs</groupId>
|
</dependency>
|
||||||
<artifactId>vs.common.util</artifactId>
|
<dependency>
|
||||||
<version>${vs.common.util.version}</version>
|
<groupId>com.vs</groupId>
|
||||||
</dependency>
|
<artifactId>vs.common.util</artifactId>
|
||||||
</dependencies>
|
<version>${vs.common.util.version}</version>
|
||||||
</dependencyManagement>
|
</dependency>
|
||||||
<build>
|
</dependencies>
|
||||||
<plugins>
|
</dependencyManagement>
|
||||||
<plugin>
|
<build>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<plugins>
|
||||||
<artifactId>maven-resources-plugin</artifactId>
|
<plugin>
|
||||||
<version>3.3.1</version>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<configuration>
|
<artifactId>maven-resources-plugin</artifactId>
|
||||||
<encoding>UTF-8</encoding>
|
<version>3.3.1</version>
|
||||||
</configuration>
|
<configuration>
|
||||||
</plugin>
|
<encoding>UTF-8</encoding>
|
||||||
</plugins>
|
</configuration>
|
||||||
</build>
|
</plugin>
|
||||||
<distributionManagement>
|
</plugins>
|
||||||
<repository>
|
</build>
|
||||||
<id>zeroware-maven-releases</id>
|
<distributionManagement>
|
||||||
<url>https://repo.byteawake.com/repository/zeroware-maven-releases/</url>
|
<repository>
|
||||||
</repository>
|
<id>zeroware-maven-releases</id>
|
||||||
<snapshotRepository>
|
<url>https://repo.byteawake.com/repository/zeroware-maven-releases/</url>
|
||||||
<id>zeroware-maven-snapshots</id>
|
</repository>
|
||||||
<url>https://repo.byteawake.com/repository/zeroware-maven-snapshots/</url>
|
<snapshotRepository>
|
||||||
</snapshotRepository>
|
<id>zeroware-maven-snapshots</id>
|
||||||
</distributionManagement>
|
<url>https://repo.byteawake.com/repository/zeroware-maven-snapshots/</url>
|
||||||
<modules>
|
</snapshotRepository>
|
||||||
<module>entrance</module>
|
</distributionManagement>
|
||||||
<module>common</module>
|
<modules>
|
||||||
</modules>
|
<module>entrance</module>
|
||||||
</project>
|
<module>common</module>
|
||||||
|
</modules>
|
||||||
|
</project>
|
||||||
Reference in New Issue
Block a user