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>
|
<groupId>com.uwyn</groupId>
|
||||||
<artifactId>jhighlight</artifactId>
|
<artifactId>jhighlight</artifactId>
|
||||||
</exclusion>
|
</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>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
Loading…
Reference in New Issue