Skip to content
Snippets Groups Projects
Commit 4731fcfd authored by Manuel Leduc's avatar Manuel Leduc
Browse files

XWIKI-19750: Allow macros to have several categories

- exclude dependencies we don't want in legacy mode
parent 9a4e759f
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,10 @@
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-rendering-wikimacro-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-rendering-wikimacro-store</artifactId>
</exclusion>
</exclusions>
</dependency>
......@@ -236,6 +240,16 @@
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-legacy-rendering-wikimacro-api</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>xwiki-rendering-api</artifactId>
<groupId>org.xwiki.rendering</groupId>
</exclusion>
<exclusion>
<artifactId>xwiki-rendering-transformation-macro</artifactId>
<groupId>org.xwiki.rendering</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.xwiki.platform</groupId>
......@@ -255,6 +269,10 @@
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-rendering-wikimacro-api</artifactId>
</exclusion>
<exclusion>
<artifactId>xwiki-rendering-transformation-macro</artifactId>
<groupId>org.xwiki.rendering</groupId>
</exclusion>
</exclusions>
</dependency>
<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