Skip to content
Snippets Groups Projects
Commit d94a7793 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

XWIKI-16192: Refactor links to support properly backlinks in a farm

* make sure xwiki-platform-search-solr-api is built before the packager plugin
parent 67923a90
No related branches found
No related tags found
No related merge requests found
...@@ -358,7 +358,14 @@ ...@@ -358,7 +358,14 @@
<version>${commons.version}</version> <version>${commons.version}</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<!-- Needed to wait for document backlink indexation queue to be consumed. --> <!-- Needed to store links -->
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-search-solr-api</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<!-- Expected by Needed to wait for document backlink indexation queue to be consumed. -->
<dependency> <dependency>
<groupId>org.xwiki.platform</groupId> <groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-index-api</artifactId> <artifactId>xwiki-platform-index-api</artifactId>
......
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