|
|
|
@ -3,9 +3,9 @@ |
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
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"> |
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
<parent> |
|
|
|
<parent> |
|
|
|
<groupId>net.mingsoft</groupId> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>ms-pom</artifactId> |
|
|
|
<artifactId>spring-boot-starter-parent</artifactId> |
|
|
|
<version>2.1.10</version> |
|
|
|
<version>2.3.12.RELEASE</version> |
|
|
|
</parent> |
|
|
|
</parent> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<groupId>net.mingsoft</groupId> |
|
|
|
<groupId>net.mingsoft</groupId> |
|
|
|
@ -17,6 +17,7 @@ |
|
|
|
<properties> |
|
|
|
<properties> |
|
|
|
<java.version>1.8</java.version> |
|
|
|
<java.version>1.8</java.version> |
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
|
|
|
|
<log4j.version>2.17.0</log4j.version> |
|
|
|
</properties> |
|
|
|
</properties> |
|
|
|
<repositories> |
|
|
|
<repositories> |
|
|
|
<repository> |
|
|
|
<repository> |
|
|
|
@ -63,6 +64,53 @@ |
|
|
|
<artifactId>store-client</artifactId> |
|
|
|
<artifactId>store-client</artifactId> |
|
|
|
<version>2.1.10</version> |
|
|
|
<version>2.1.10</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
|
|
|
|
<artifactId>log4j-core</artifactId> |
|
|
|
|
|
|
|
<version>${log4j.version}</version> |
|
|
|
|
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<artifactId>log4j-api</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
|
|
|
|
<artifactId>log4j-slf4j-impl</artifactId> |
|
|
|
|
|
|
|
<version>${log4j.version}</version> |
|
|
|
|
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<artifactId>log4j-core</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<artifactId>log4j-api</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
|
|
|
|
<artifactId>log4j-slf4j-impl</artifactId> |
|
|
|
|
|
|
|
<version>${log4j.version}</version> |
|
|
|
|
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<artifactId>log4j-core</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<artifactId>log4j-api</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
|
|
|
|
<artifactId>log4j-api</artifactId> |
|
|
|
|
|
|
|
<version>${log4j.version}</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
<build> |
|
|
|
|