Skip to content

Commit 36bb2ea

Browse files
author
liangchen
committed
修改pom
1 parent 0e622ae commit 36bb2ea

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

‎pom.xml‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,21 @@
153153
<groupId>log4j</groupId>
154154
<artifactId>log4j</artifactId>
155155
<version>${log4j-version}</version>
156+
<exclusions>
157+
<exclusion>
158+
<groupId>com.sun.jmx</groupId>
159+
<artifactId>jmxri</artifactId>
160+
</exclusion>
161+
<exclusion>
162+
<groupId>com.sun.jdmk</groupId>
163+
<artifactId>jmxtools</artifactId>
164+
</exclusion>
165+
<exclusion>
166+
<groupId>javax.jms</groupId>
167+
<artifactId>jms</artifactId>
168+
</exclusion>
169+
</exclusions>
170+
156171
</dependency>
157172

158173
<dependency>

0 commit comments

Comments
 (0)