#24702 Fixed the default-lc-managers dependency

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

View File

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

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>concessioni-lifecycle</artifactId>
<version>1.0.3</version>
<version>1.0.4-SNAPSHOT</version>
<name>GNA Concessioni Lifecycle</name>
@ -44,6 +44,7 @@
<dependency>
<groupId>org.gcube.application.cms</groupId>
<artifactId>default-lc-managers</artifactId>
<scope>provided</scope>
</dependency>