File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 66
66
<activiti .version>5.19.0.2</activiti .version>
67
67
68
68
<fastjson .version>1.2.28</fastjson .version>
69
-
69
+ < slf4j .version>1.7.21</ slf4j .version>
70
70
<h2 .version>1.4.191</h2 .version>
71
71
<mysql .version>5.1.39</mysql .version>
72
72
<cglib .version>3.2.2</cglib .version>
153
153
<dependencyManagement >
154
154
<dependencies >
155
155
156
+ <dependency >
157
+ <groupId >org.slf4j</groupId >
158
+ <artifactId >slf4j-api</artifactId >
159
+ <version >${slf4j.version} </version >
160
+ </dependency >
156
161
<dependency >
157
162
<groupId >javax.transaction</groupId >
158
163
<artifactId >jta</artifactId >
219
224
<groupId >org.hsweb</groupId >
220
225
<artifactId >hsweb-expands-office</artifactId >
221
226
<version >${hsweb.expands.version} </version >
227
+ <exclusions >
228
+ <exclusion >
229
+ <groupId >org.slf4j</groupId >
230
+ <artifactId >slf4j-api</artifactId >
231
+ </exclusion >
232
+ </exclusions >
222
233
</dependency >
223
234
<dependency >
224
235
<groupId >org.hsweb</groupId >
246
257
<version >${hsweb.ezorm.version} </version >
247
258
<type >pom</type >
248
259
<scope >import</scope >
260
+ <exclusions >
261
+ <exclusion >
262
+ <groupId >org.slf4j</groupId >
263
+ <artifactId >slf4j-api</artifactId >
264
+ </exclusion >
265
+ </exclusions >
249
266
</dependency >
250
267
<dependency >
251
268
<groupId >org.hsweb</groupId >
You can’t perform that action at this time.
0 commit comments