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

XWIKI-22211: Deprecate NotificationFilterPreferenceProvider

  * Properly exclude dependencies in legacy-dependencies to avoid
    getting twice same class
parent cd2d7622
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,7 @@ ...@@ -66,6 +66,7 @@
<exclude>org.xwiki.platform:xwiki-platform-instance:*:jar:*</exclude> <exclude>org.xwiki.platform:xwiki-platform-instance:*:jar:*</exclude>
<exclude>org.xwiki.platform:xwiki-platform-mail-send-storage:*:jar:*</exclude> <exclude>org.xwiki.platform:xwiki-platform-mail-send-storage:*:jar:*</exclude>
<exclude>org.xwiki.platform:xwiki-platform-notifications-api:*:jar:*</exclude> <exclude>org.xwiki.platform:xwiki-platform-notifications-api:*:jar:*</exclude>
<exclude>org.xwiki.platform:xwiki-platform-notifications-filters-api:*:jar:*</exclude>
</excludes> </excludes>
<message>We should not get both the clean and the legacy JARs</message> <message>We should not get both the clean and the legacy JARs</message>
</bannedDependencies> </bannedDependencies>
...@@ -466,6 +467,12 @@ ...@@ -466,6 +467,12 @@
<groupId>org.xwiki.platform</groupId> <groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-legacy-notifications-notifiers-api</artifactId> <artifactId>xwiki-platform-legacy-notifications-notifiers-api</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-notifications-filters-api</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.xwiki.platform</groupId> <groupId>org.xwiki.platform</groupId>
...@@ -487,6 +494,10 @@ ...@@ -487,6 +494,10 @@
<groupId>org.xwiki.commons</groupId> <groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-component-api</artifactId> <artifactId>xwiki-commons-component-api</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-notifications-filters-api</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
</dependencies> </dependencies>
......
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