CE-936 - Move log4j-slf4j-impl from mongo to core

This commit is contained in:
2024-03-12 15:46:15 -05:00
parent 178b902665
commit 7181643abb
2 changed files with 7 additions and 5 deletions

View File

@ -169,6 +169,13 @@
<version>2.3.2</version>
</dependency>
<!-- Many of the deps we bring in use slf4j. This dep maps slf4j to our logger, log4j -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.23.0</version>
</dependency>
<!-- Common deps for all qqq modules -->
<dependency>
<groupId>org.apache.maven.plugins</groupId>

View File

@ -50,11 +50,6 @@
<artifactId>mongodb-driver-sync</artifactId>
<version>4.11.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.23.0</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>