mirror of
https://github.com/wassname/ray.git
synced 2026-08-03 13:10:57 +08:00
update to slf4j, remove DynamicLog (#2384)
This commit is contained in:
committed by
Philipp Moritz
parent
55d5e28872
commit
450b11f1d6
+9
-6
@@ -23,7 +23,8 @@
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.version>1.0</project.version>
|
||||
<projetct.version>1.0</projetct.version>
|
||||
<slf4j.version>1.7.25</slf4j.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -41,11 +42,6 @@
|
||||
<version>2.47</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.17</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>quartz</groupId>
|
||||
<artifactId>quartz</artifactId>
|
||||
@@ -127,6 +123,13 @@
|
||||
<version>3.2.2</version>
|
||||
</dependency>
|
||||
|
||||
<!--log-->
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
<version>${slf4j.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.github.davidmoten/flatbuffers-java -->
|
||||
<dependency>
|
||||
<groupId>com.github.davidmoten</groupId>
|
||||
|
||||
Reference in New Issue
Block a user