Skip to content
Snippets Groups Projects
Commit 48ac0404 authored by Stéphane Laurière's avatar Stéphane Laurière
Browse files

XWIKI-18502: Extension updater propose to upgrade Invitation to 13.1 when...

XWIKI-18502: Extension updater propose to upgrade Invitation to 13.1 when 12.10.5 flavor is installed
- Add dependency on xwiki-platform-administration-ui
parent e5357c39
No related branches found
No related tags found
No related merge requests found
......@@ -36,4 +36,13 @@
<!-- Name to display by the Extension Manager -->
<xwiki.extension.name>Invitation Application</xwiki.extension.name>
</properties>
<dependencies>
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-administration-ui</artifactId>
<version>${project.version}</version>
<type>xar</type>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
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