#24702 Fixed the default-lc-managers dependency

This commit is contained in:
Francesco Mangiacrapa 2023-03-03 11:09:33 +01:00
parent e5fc626bd3
commit c1f2696909
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Changelog for org.gcube.application.cms.notifications-plugins
## [v1.0.3-SNAPSHOT] - 2023-03-03
- [#24702] Fixed the default-lc-managers dependency
## [v1.0.2] - 2023-01-10
- Pom updates

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>notifications-plugins</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<name>gCube CMS - Notifications Plugins</name>
@ -54,6 +54,7 @@
<dependency>
<groupId>org.gcube.application.cms</groupId>
<artifactId>default-lc-managers</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.application.cms</groupId>