This repository was archived by the owner on Nov 27, 2023. It is now read-only.
File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 27
27
<groupId >at.ac.ait.ngcms</groupId >
28
28
<artifactId >annotation-ld</artifactId >
29
29
<version >${version.annotationLd} </version >
30
+ <exclusions >
31
+ <exclusion >
32
+ <groupId >org.apache.logging.log4j</groupId >
33
+ <artifactId >log4j-core</artifactId >
34
+ </exclusion >
35
+ </exclusions >
30
36
</dependency >
31
37
32
38
<dependency >
33
39
<groupId >eu.europeana.api.commons</groupId >
34
40
<artifactId >commons-web</artifactId >
35
41
<version >${version.commonsApi} </version >
42
+ <exclusions >
43
+ <exclusion >
44
+ <groupId >org.apache.logging.log4j</groupId >
45
+ <artifactId >log4j-core</artifactId >
46
+ </exclusion >
47
+ </exclusions >
36
48
</dependency >
37
49
38
50
<dependency >
80
92
<groupId >org.mongodb</groupId >
81
93
<artifactId >mongodb-driver-core</artifactId >
82
94
</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 >
83
103
</exclusions >
84
104
</dependency >
85
105
86
106
<dependency >
87
107
<groupId >eu.europeana.corelib</groupId >
88
108
<artifactId >corelib-utils</artifactId >
89
109
<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 >
90
120
</dependency >
91
121
92
122
<!-- spring -->
You can’t perform that action at this time.
0 commit comments