JAVA-27804: Remove explicit logging dependency (#15448)
This commit is contained in:
@@ -22,11 +22,6 @@
|
||||
<version>${junit-platform.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-core</artifactId>
|
||||
<version>${log4j2.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.testcontainers</groupId>
|
||||
<artifactId>testcontainers</artifactId>
|
||||
@@ -70,7 +65,6 @@
|
||||
|
||||
<properties>
|
||||
<junit.platform.version>1.5.0</junit.platform.version>
|
||||
<log4j2.version>2.17.1</log4j2.version>
|
||||
<testcontainers.version>1.11.4</testcontainers.version>
|
||||
<postgresql.version>42.2.6</postgresql.version>
|
||||
<selenium-remote-driver.version>3.141.59</selenium-remote-driver.version>
|
||||
|
||||
Reference in New Issue
Block a user