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

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

* solr became much more core now that anything that manipulate backlinks depends on it
parent b348c6f5
No related branches found
No related tags found
No related merge requests found
...@@ -758,6 +758,10 @@ private Set<Artifact> getMandatoryJarArtifacts() throws MojoExecutionException ...@@ -758,6 +758,10 @@ private Set<Artifact> getMandatoryJarArtifacts() throws MojoExecutionException
mandatoryTopLevelArtifacts.add(this.repositorySystem.createArtifact("org.xwiki.platform", mandatoryTopLevelArtifacts.add(this.repositorySystem.createArtifact("org.xwiki.platform",
"xwiki-platform-user-script", getXWikiPlatformVersion(), null, "jar")); "xwiki-platform-user-script", getXWikiPlatformVersion(), null, "jar"));
// Refactoring operation but also anything that manipulate document backlink need Solr
mandatoryTopLevelArtifacts.add(this.repositorySystem.createArtifact("org.xwiki.platform",
"xwiki-platform-search-solr-api", getXWikiPlatformVersion(), null, "jar"));
return mandatoryTopLevelArtifacts; return mandatoryTopLevelArtifacts;
} }
......
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