fix jarhell
This commit is contained in:
parent
8c84f5a704
commit
8f3ccff057
13
pom.xml
13
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue