Skip to content

Commit 2404489

Browse files
committed
[build] remove extraneous dependency
1 parent e6f6c0e commit 2404489

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,7 @@
7575
<dependency>
7676
<groupId>org.slf4j</groupId>
7777
<artifactId>slf4j-api</artifactId>
78-
<version>2.0.6</version>
79-
<scope>provided</scope>
80-
</dependency>
81-
<dependency>
82-
<groupId>org.apache.logging.log4j</groupId>
83-
<artifactId>log4j-slf4j2-impl</artifactId>
84-
<version>2.20.0</version>
78+
<version>2.0.6</version><!-- maven will use 2.x.x when provided -->
8579
<scope>provided</scope>
8680
</dependency>
8781
<dependency>

0 commit comments

Comments
 (0)