Skip to content

Commit d997032

Browse files
authored
[Fix][Server] Fix log jar conflict (#538)
1 parent a6dab5c commit d997032

File tree

2 files changed

+4
-55
lines changed

2 files changed

+4
-55
lines changed

datavines-server/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -431,10 +431,6 @@
431431
<artifactId>log4j-slf4j-impl</artifactId>
432432
<groupId>org.apache.logging.log4j</groupId>
433433
</exclusion>
434-
<exclusion>
435-
<artifactId>log4j-1.2-api</artifactId>
436-
<groupId>org.apache.logging.log4j</groupId>
437-
</exclusion>
438434
<exclusion>
439435
<artifactId>log4j-api</artifactId>
440436
<groupId>org.apache.logging.log4j</groupId>
@@ -443,6 +439,10 @@
443439
<artifactId>log4j-web</artifactId>
444440
<groupId>org.apache.logging.log4j</groupId>
445441
</exclusion>
442+
<exclusion>
443+
<artifactId>slf4j-reload4j</artifactId>
444+
<groupId>org.slf4j</groupId>
445+
</exclusion>
446446
</exclusions>
447447
</dependency>
448448

scripts/sql/datavines-mysql-upgrade-0602.sql

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)