Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 7692cd5

Browse files
committed
#removed transitive log4j dependencies
1 parent 14be3f9 commit 7692cd5

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

entity-web/pom.xml

+30
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,24 @@
2727
<groupId>at.ac.ait.ngcms</groupId>
2828
<artifactId>annotation-ld</artifactId>
2929
<version>${version.annotationLd}</version>
30+
<exclusions>
31+
<exclusion>
32+
<groupId>org.apache.logging.log4j</groupId>
33+
<artifactId>log4j-core</artifactId>
34+
</exclusion>
35+
</exclusions>
3036
</dependency>
3137

3238
<dependency>
3339
<groupId>eu.europeana.api.commons</groupId>
3440
<artifactId>commons-web</artifactId>
3541
<version>${version.commonsApi}</version>
42+
<exclusions>
43+
<exclusion>
44+
<groupId>org.apache.logging.log4j</groupId>
45+
<artifactId>log4j-core</artifactId>
46+
</exclusion>
47+
</exclusions>
3648
</dependency>
3749

3850
<dependency>
@@ -80,13 +92,31 @@
8092
<groupId>org.mongodb</groupId>
8193
<artifactId>mongodb-driver-core</artifactId>
8294
</exclusion>
95+
<exclusion>
96+
<groupId>org.apache.logging.log4j</groupId>
97+
<artifactId>log4j-core</artifactId>
98+
</exclusion>
99+
<exclusion>
100+
<groupId>org.apache.logging.log4j</groupId>
101+
<artifactId>log4j-slf4j-impl</artifactId>
102+
</exclusion>
83103
</exclusions>
84104
</dependency>
85105

86106
<dependency>
87107
<groupId>eu.europeana.corelib</groupId>
88108
<artifactId>corelib-utils</artifactId>
89109
<version>${version.corelib}</version>
110+
<exclusions>
111+
<exclusion>
112+
<groupId>org.apache.logging.log4j</groupId>
113+
<artifactId>log4j-core</artifactId>
114+
</exclusion>
115+
<exclusion>
116+
<groupId>org.apache.logging.log4j</groupId>
117+
<artifactId>log4j-slf4j-impl</artifactId>
118+
</exclusion>
119+
</exclusions>
90120
</dependency>
91121

92122
<!-- spring -->

0 commit comments

Comments
 (0)