- #23525 Removed the scope of xml-apis dependency

- Moved to maven-portal-bom v3.6.4
task_23692
Francesco Mangiacrapa 2 years ago
parent 73121d6f96
commit f6e8af4a7b

@ -4,6 +4,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.0.1-SNAPSHOT] - 2022-06-22
- [#23525] Removed the scope of xml-apis dependency
## [v1.0.0] - 2022-05-18

@ -14,7 +14,7 @@
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>ckan-content-moderator-widget</artifactId>
<packaging>jar</packaging>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<name>gCube Ckan Content Moderator Widget</name>
<description>
@ -43,7 +43,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.3</version>
<version>3.6.4</version>
<type>pom</type>
<scope>import</scope>
<exclusions>
@ -79,7 +79,6 @@
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.4.01</version>
<scope>provided</scope>
</dependency>
<dependency>

Loading…
Cancel
Save