added exclusion for log4j
This commit is contained in:
Scott Battaglia 2008-06-03 19:45:43 +00:00
parent 78054e3dbd
commit ab21368d94
1 changed files with 8 additions and 0 deletions

View File

@ -111,6 +111,14 @@
<artifactId>jmxri</artifactId>
<groupId>com.sun.jmx</groupId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>