Commit 41fd39c6 authored by Greg Thomas's avatar Greg Thomas Committed by Guus der Kinderen

OF-1442: Exclude the old version of dom4j

parent 0053a5f2
......@@ -107,6 +107,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion> <!-- Exclude the older dom4j dependency that's defined in Tinder -->
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment