Skip to content
Snippets Groups Projects
Unverified Commit ab005595 authored by Manuel Leduc's avatar Manuel Leduc Committed by GitHub
Browse files

XRENDERING-664: Allow macros to have several categories (#1865)

Replace xwiki-rendering-transformation-macro with xwiki-rendering-legacy-transformation-macro in xwiki-platform-distribution-war-legacydependencies.
parent 72f2909c
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,10 @@
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-refactoring-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-transformation-macro</artifactId>
</exclusion>
</exclusions>
</dependency>
......@@ -123,6 +127,10 @@
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-office-importer</artifactId>
</exclusion>
<exclusion>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-transformation-macro</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
......@@ -176,6 +184,10 @@
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-refactoring-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-transformation-macro</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
......@@ -210,6 +222,10 @@
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-transformation-macro</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
......@@ -239,5 +255,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-legacy-transformation-macro</artifactId>
<version>${rendering.version}</version>
</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