Skip to content
Snippets Groups Projects
Commit 58247dc1 authored by Simon Urli's avatar Simon Urli
Browse files

XWIKI-22368: UIExtensionClass imported properties removed after editing and rolling back

  * Add missing dependencies to ensure needed xclass are there in the
    demo package

(cherry picked from commit 4ef604e5)
parent 6d51668d
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,18 @@
<artifactId>xwiki-platform-rendering-wikimacro-store</artifactId>
<version>${project.version}</version>
</dependency>
<!-- UIExtensionClass is automatically generated -->
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-uiextension-api</artifactId>
<version>${project.version}</version>
</dependency>
<!-- PanelClass is automatically generated -->
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-panels-api</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Instance module has its own Hibernate mapping file -->
<dependency>
<groupId>org.xwiki.platform</groupId>
......
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