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

XWIKI-22438: Deprecate messagestream

  * Add missing dependency in wiki-ui-common
parent a20233f6
No related branches found
No related tags found
No related merge requests found
...@@ -50,5 +50,12 @@ ...@@ -50,5 +50,12 @@
<version>${rendering.version}</version> <version>${rendering.version}</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-administration-ui</artifactId>
<version>${project.version}</version>
<type>xar</type>
<scope>runtime</scope>
</dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
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