|
@@ -105,8 +105,21 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>log4j</groupId>
|
|
<groupId>log4j</groupId>
|
|
<artifactId>log4j</artifactId>
|
|
<artifactId>log4j</artifactId>
|
|
- <version>1.2.15</version>
|
|
|
|
<scope>provided</scope>
|
|
<scope>provided</scope>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>com.sun.jmx</groupId>
|
|
|
|
+ <artifactId>jmxri</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>com.sun.jdmk</groupId>
|
|
|
|
+ <artifactId>jmxtools</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>javax.jms</groupId>
|
|
|
|
+ <artifactId>jms</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<!-- test dependencies -->
|
|
<!-- test dependencies -->
|