|
@@ -83,6 +83,7 @@
|
|
|
<!-- SLF4J/LOG4J version -->
|
|
|
<slf4j.version>1.7.30</slf4j.version>
|
|
|
<log4j.version>1.2.17</log4j.version>
|
|
|
+ <log4j2.version>2.17.1</log4j2.version>
|
|
|
|
|
|
<!-- com.google.re2j version -->
|
|
|
<re2j.version>1.1</re2j.version>
|
|
@@ -1788,6 +1789,31 @@
|
|
|
<artifactId>lz4-java</artifactId>
|
|
|
<version>${lz4-java.version}</version>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
|
|
+ <artifactId>log4j-1.2-api</artifactId>
|
|
|
+ <version>${log4j2.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
|
|
+ <artifactId>log4j-api</artifactId>
|
|
|
+ <version>${log4j2.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
|
|
+ <artifactId>log4j-core</artifactId>
|
|
|
+ <version>${log4j2.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
|
|
+ <artifactId>log4j-slf4j-impl</artifactId>
|
|
|
+ <version>${log4j2.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
|
|
+ <artifactId>log4j-web</artifactId>
|
|
|
+ <version>${log4j2.version}</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
|