Skip to content

Commit c5dde33

Browse files
committed
修复slf4j冲突
1 parent ebdda2e commit c5dde33

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

pom.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<activiti.version>5.19.0.2</activiti.version>
6767

6868
<fastjson.version>1.2.28</fastjson.version>
69-
69+
<slf4j.version>1.7.21</slf4j.version>
7070
<h2.version>1.4.191</h2.version>
7171
<mysql.version>5.1.39</mysql.version>
7272
<cglib.version>3.2.2</cglib.version>
@@ -153,6 +153,11 @@
153153
<dependencyManagement>
154154
<dependencies>
155155

156+
<dependency>
157+
<groupId>org.slf4j</groupId>
158+
<artifactId>slf4j-api</artifactId>
159+
<version>${slf4j.version}</version>
160+
</dependency>
156161
<dependency>
157162
<groupId>javax.transaction</groupId>
158163
<artifactId>jta</artifactId>
@@ -219,6 +224,12 @@
219224
<groupId>org.hsweb</groupId>
220225
<artifactId>hsweb-expands-office</artifactId>
221226
<version>${hsweb.expands.version}</version>
227+
<exclusions>
228+
<exclusion>
229+
<groupId>org.slf4j</groupId>
230+
<artifactId>slf4j-api</artifactId>
231+
</exclusion>
232+
</exclusions>
222233
</dependency>
223234
<dependency>
224235
<groupId>org.hsweb</groupId>
@@ -246,6 +257,12 @@
246257
<version>${hsweb.ezorm.version}</version>
247258
<type>pom</type>
248259
<scope>import</scope>
260+
<exclusions>
261+
<exclusion>
262+
<groupId>org.slf4j</groupId>
263+
<artifactId>slf4j-api</artifactId>
264+
</exclusion>
265+
</exclusions>
249266
</dependency>
250267
<dependency>
251268
<groupId>org.hsweb</groupId>

0 commit comments

Comments
 (0)