Skip to content

Commit 13d1289

Browse files
authored
Build / Remove duplicate log4j-slf4j-impl dependency (#9264)
Removed log4j-slf4j-impl dependency from pom.xml. ``` [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.logging.log4j:log4j-slf4j-impl:jar -> duplicate declaration of version (?) @ line 72, column 17 ```
1 parent 0456f35 commit 13d1289

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

web/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@
5757
<groupId>com.zaxxer</groupId>
5858
<artifactId>HikariCP</artifactId>
5959
</dependency>
60-
<dependency>
61-
<groupId>org.apache.logging.log4j</groupId>
62-
<artifactId>log4j-slf4j-impl</artifactId>
63-
</dependency>
6460
<dependency>
6561
<groupId>org.apache.logging.log4j</groupId>
6662
<artifactId>log4j-api</artifactId>

0 commit comments

Comments
 (0)