diff --git a/xwiki-platform-core/pom.xml b/xwiki-platform-core/pom.xml index 143362a56d2dff10bc5e57db0914bc148d87e6dc..5c59c632efd512e14ec2844943d5cf394a7c9de5 100644 --- a/xwiki-platform-core/pom.xml +++ b/xwiki-platform-core/pom.xml @@ -112,6 +112,17 @@ </exclusion> </exclusions> </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> <!-- Replace the runtime transitive dependency we excluded above with this one which repackages the NekoHTML classes to prevent conflicts. --> <groupId>de.l3s.boilerpipe</groupId> diff --git a/xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/pom.xml b/xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/pom.xml index 0afd30b9675eeca92a2f715ded283f6db8772022..353ee0fabeb245d559a2809cc6055ff6a1118ae9 100644 --- a/xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/pom.xml +++ b/xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/pom.xml @@ -42,7 +42,6 @@ <dependency> <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 --> <exclusions> <exclusion> @@ -54,7 +53,6 @@ <dependency> <groupId>rome</groupId> <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 --> <exclusions> <exclusion> diff --git a/xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-rss/pom.xml b/xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-rss/pom.xml index caa6e9b994b5a5796230c8cf0441d05885e3bd1c..e9387fbbe06bdb0e588e1389a9af1257aa6f564d 100644 --- a/xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-rss/pom.xml +++ b/xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-rss/pom.xml @@ -36,7 +36,6 @@ <dependency> <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 --> <exclusions> <exclusion>