We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6dab5c commit d997032Copy full SHA for d997032
datavines-server/pom.xml
@@ -431,10 +431,6 @@
431
<artifactId>log4j-slf4j-impl</artifactId>
432
<groupId>org.apache.logging.log4j</groupId>
433
</exclusion>
434
- <exclusion>
435
- <artifactId>log4j-1.2-api</artifactId>
436
- <groupId>org.apache.logging.log4j</groupId>
437
- </exclusion>
438
<exclusion>
439
<artifactId>log4j-api</artifactId>
440
@@ -443,6 +439,10 @@
443
<artifactId>log4j-web</artifactId>
444
445
441
442
+ <exclusion>
+ <artifactId>slf4j-reload4j</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
446
</exclusions>
447
</dependency>
448
scripts/sql/datavines-mysql-upgrade-0602.sql
0 commit comments