Skip to content
Snippets Groups Projects
Commit 5a7018aa authored by tmortagne's avatar tmortagne
Browse files

XWIKI-8626: xwiki-platform-feed-api trigger two different versions of jdom

parent 9250fbb6
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@
<groupId>rome</groupId>
<artifactId>rome</artifactId>
<version>1.0</version>
<!-- Exclude JDOM since Rome depends on JDOM 1.0 and we want to use JDOM 1.1 -->
<!-- Exclude JDOM since Rome depends on jdom:jdom and we want to use org.jdom:jdom -->
<exclusions>
<exclusion>
<groupId>jdom</groupId>
......@@ -96,6 +96,13 @@
<groupId>rome</groupId>
<artifactId>rome-fetcher</artifactId>
<version>1.0</version>
<!-- Exclude JDOM since Rome depends on jdom:jdom and we want to use org.jdom:jdom -->
<exclusions>
<exclusion>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- Replace the runtime transitive dependency we excluded above with this one which repackages the NekoHTML classes to prevent conflicts. -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment