Skip to content

Commit 6140c49

Browse files
committed
updated logging library from dspace-api to exclude
1 parent 31062a6 commit 6140c49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@
331331
<artifactId>jaxb-api</artifactId>
332332
</exclusion>
333333
<exclusion>
334-
<groupId>log4j</groupId>
335-
<artifactId>log4j</artifactId>
334+
<groupId>org.apache.logging.log4j</groupId>
335+
<artifactId>log4j-core</artifactId>
336336
</exclusion>
337337
<exclusion>
338338
<groupId>org.glassfish.jaxb</groupId>

0 commit comments

Comments
 (0)