Skip to content

Commit b8af9d7

Browse files
committed
Exclude log4j from elk import, drop redundant logback.xml
1 parent 5e8a65b commit b8af9d7

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -211,16 +211,8 @@
211211
<version>0.4.3</version>
212212
<exclusions>
213213
<exclusion>
214-
<groupId>org.slf4j</groupId>
215-
<artifactId>slf4j-log4j12</artifactId>
216-
</exclusion>
217-
<exclusion>
218-
<groupId>org.slf4j</groupId>
219-
<artifactId>slf4j-api</artifactId>
220-
</exclusion>
221-
<exclusion>
222-
<groupId>org.slf4j</groupId>
223-
<artifactId>slf4j-simple</artifactId>
214+
<groupId>log4j</groupId>
215+
<artifactId>log4j</artifactId>
224216
</exclusion>
225217
<exclusion>
226218
<groupId>net.sourceforge.owlapi</groupId>

robot-command/src/main/resources/logback.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)