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

XWIKI-19826: Move the old event store to legacy

* exclude dependencies we don't want in legacy mode
parent 0ab6199c
No related branches found
No related tags found
No related merge requests found
......@@ -271,6 +271,21 @@
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-legacy-events-hibernate-api</artifactId>
<version>${project.version}</version>
<!-- Exclude transitive dependencies which are conflicting with legacy dependencies -->
<exclusions>
<exclusion>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-oldcore</artifactId>
</exclusion>
<exclusion>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-component-api</artifactId>
</exclusion>
</exclusions>
</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