Skip to content

Commit

Permalink
Guess these arent optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Feb 9, 2010
1 parent 58b4549 commit d4d3abe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Expand Up @@ -46,6 +46,16 @@
<artifactId>log4j</artifactId>
<version>1.2.15</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit d4d3abe

Please sign in to comment.