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

XWIKI-19908: xwiki-platform-livedata-livetable have a XAR dependency

parent 2c272278
No related branches found
No related tags found
No related merge requests found
...@@ -57,17 +57,7 @@ ...@@ -57,17 +57,7 @@
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId> <artifactId>javax.servlet-api</artifactId>
</dependency> </dependency>
<!-- Runtime dependencies -->
<!-- Included by default since it provides the default result page, XWiki.LiveTableResults. It is also marked as
optional to let admins uninstall it if it happens to be unused in practice. -->
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-livetable-ui</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
<type>xar</type>
<optional>true</optional>
</dependency>
<!-- Test dependencies --> <!-- Test dependencies -->
<dependency> <dependency>
<groupId>org.xwiki.commons</groupId> <groupId>org.xwiki.commons</groupId>
......
...@@ -64,6 +64,13 @@ ...@@ -64,6 +64,13 @@
<version>${project.version}</version> <version>${project.version}</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-livetable-ui</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
<type>xar</type>
</dependency>
<dependency> <dependency>
<groupId>org.xwiki.platform</groupId> <groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-localization-rest-default</artifactId> <artifactId>xwiki-platform-localization-rest-default</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