Skip to content

Commit 58a0e93

Browse files
CoderMChuQuyenLy87
authored andcommitted
PIP-528 Favour logback and exclude log4j from dependency artifacts
1 parent 669db6a commit 58a0e93

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

pom.xml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@
108108
<dependency>
109109
<groupId>org.ihtsdo.drools</groupId>
110110
<artifactId>snomed-drools-rf2-validator</artifactId>
111+
<exclusions>
112+
<exclusion>
113+
<groupId>org.slf4j</groupId>
114+
<artifactId>slf4j-reload4j</artifactId>
115+
</exclusion>
116+
</exclusions>
111117
</dependency>
112118
<dependency>
113119
<groupId>org.ihtsdo.otf.common</groupId>
@@ -120,6 +126,12 @@
120126
<dependency>
121127
<groupId>org.ihtsdo.snomed.util</groupId>
122128
<artifactId>snomed-utilities</artifactId>
129+
<exclusions>
130+
<exclusion>
131+
<groupId>org.slf4j</groupId>
132+
<artifactId>slf4j-reload4j</artifactId>
133+
</exclusion>
134+
</exclusions>
123135
</dependency>
124136
<dependency>
125137
<groupId>org.javassist</groupId>
@@ -140,6 +152,12 @@
140152
<dependency>
141153
<groupId>org.snomed.quality</groupId>
142154
<artifactId>mrcm-validator</artifactId>
155+
<exclusions>
156+
<exclusion>
157+
<groupId>org.slf4j</groupId>
158+
<artifactId>slf4j-reload4j</artifactId>
159+
</exclusion>
160+
</exclusions>
143161
</dependency>
144162
<dependency>
145163
<groupId>org.springframework.boot</groupId>
@@ -172,12 +190,6 @@
172190
<dependency>
173191
<groupId>org.springframework.boot</groupId>
174192
<artifactId>spring-boot-starter</artifactId>
175-
<exclusions>
176-
<exclusion>
177-
<groupId>org.springframework.boot</groupId>
178-
<artifactId>spring-boot-starter-logging</artifactId>
179-
</exclusion>
180-
</exclusions>
181193
</dependency>
182194
<dependency>
183195
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)