fix jarhell

This commit is contained in:
Ryan Ernst 2015-07-07 13:36:43 -07:00
parent 8c84f5a704
commit 8f3ccff057
1 changed files with 13 additions and 0 deletions

13
pom.xml
View File

@ -52,6 +52,19 @@
<groupId>com.uwyn</groupId>
<artifactId>jhighlight</artifactId>
</exclusion>
<!-- ES core already has these -->
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-debug-all</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>