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

XWIKI-8387: rome jar is duplicated in the XEM packages

* put rome version in a common place
parent 74d93c02
No related branches found
No related tags found
No related merge requests found
...@@ -112,6 +112,17 @@ ...@@ -112,6 +112,17 @@
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<!-- Rome is used in rss macro and feed api modules and in Tika -->
<dependency>
<groupId>rome</groupId>
<artifactId>rome</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>rome</groupId>
<artifactId>rome-fetcher</artifactId>
<version>1.0</version>
</dependency>
<dependency> <dependency>
<!-- Replace the runtime transitive dependency we excluded above with this one which repackages the NekoHTML classes to prevent conflicts. --> <!-- Replace the runtime transitive dependency we excluded above with this one which repackages the NekoHTML classes to prevent conflicts. -->
<groupId>de.l3s.boilerpipe</groupId> <groupId>de.l3s.boilerpipe</groupId>
......
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
<dependency> <dependency>
<groupId>rome</groupId> <groupId>rome</groupId>
<artifactId>rome</artifactId> <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 1.0 and we want to use JDOM 1.1 -->
<exclusions> <exclusions>
<exclusion> <exclusion>
...@@ -54,7 +53,6 @@ ...@@ -54,7 +53,6 @@
<dependency> <dependency>
<groupId>rome</groupId> <groupId>rome</groupId>
<artifactId>rome-fetcher</artifactId> <artifactId>rome-fetcher</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 1.0 and we want to use JDOM 1.1 -->
<exclusions> <exclusions>
<exclusion> <exclusion>
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
<dependency> <dependency>
<groupId>rome</groupId> <groupId>rome</groupId>
<artifactId>rome</artifactId> <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 1.0 and we want to use JDOM 1.1 -->
<exclusions> <exclusions>
<exclusion> <exclusion>
......
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