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

XWIKI-20133: The Packager Maven plugin should rely on xwiki-platform-minimaldependencies

* add back missing dependency
parent b65868ab
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,11 @@
<artifactId>xwiki-commons-component-default</artifactId>
<version>${commons.version}</version>
</dependency>
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-index-api</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Make sure artifacts included in the built Jetty package are built before the plugin -->
<dependency>
......
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