Remove spring repo and add lamx disruptor for log4j2 async log

This commit is contained in:
lancer.hong
2021-11-05 01:02:05 +08:00
parent 98fe047ce9
commit 39f7318063
3 changed files with 19 additions and 2 deletions

View File

@@ -39,6 +39,12 @@
</properties>
<dependencies>
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
<version>3.4.4</version>
</dependency>
<dependency>
<groupId>com.fizzgate</groupId>
<artifactId>fizz-common</artifactId>

View File

@@ -16,6 +16,11 @@
</properties>
<dependencies>
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator-i18n-support</artifactId>

10
pom.xml
View File

@@ -48,7 +48,7 @@
</modules>
<repositories>
<repository>
<!--<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
@@ -63,11 +63,17 @@
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repository>-->
</repositories>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
<version>3.4.4</version>
</dependency>
<dependency>
<groupId>com.fizzgate</groupId>
<artifactId>fizz-common</artifactId>