File tree 1 file changed +18
-6
lines changed 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change 108
108
<dependency >
109
109
<groupId >org.ihtsdo.drools</groupId >
110
110
<artifactId >snomed-drools-rf2-validator</artifactId >
111
+ <exclusions >
112
+ <exclusion >
113
+ <groupId >org.slf4j</groupId >
114
+ <artifactId >slf4j-reload4j</artifactId >
115
+ </exclusion >
116
+ </exclusions >
111
117
</dependency >
112
118
<dependency >
113
119
<groupId >org.ihtsdo.otf.common</groupId >
120
126
<dependency >
121
127
<groupId >org.ihtsdo.snomed.util</groupId >
122
128
<artifactId >snomed-utilities</artifactId >
129
+ <exclusions >
130
+ <exclusion >
131
+ <groupId >org.slf4j</groupId >
132
+ <artifactId >slf4j-reload4j</artifactId >
133
+ </exclusion >
134
+ </exclusions >
123
135
</dependency >
124
136
<dependency >
125
137
<groupId >org.javassist</groupId >
140
152
<dependency >
141
153
<groupId >org.snomed.quality</groupId >
142
154
<artifactId >mrcm-validator</artifactId >
155
+ <exclusions >
156
+ <exclusion >
157
+ <groupId >org.slf4j</groupId >
158
+ <artifactId >slf4j-reload4j</artifactId >
159
+ </exclusion >
160
+ </exclusions >
143
161
</dependency >
144
162
<dependency >
145
163
<groupId >org.springframework.boot</groupId >
172
190
<dependency >
173
191
<groupId >org.springframework.boot</groupId >
174
192
<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 >
181
193
</dependency >
182
194
<dependency >
183
195
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments