Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

2 changed files with 7 additions and 19 deletions

View File

@ -3,14 +3,6 @@
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] - 2021-05-11
#### Fixes
[#21387] Harmonize the jackson version to v.2.8.11
Moved to maven-portal-bom.3.6.2
## [v1.0.0] - 2021-01-18
#### Bug Fixes

18
pom.xml
View File

@ -12,7 +12,7 @@
<groupId>org.gcube.common</groupId>
<artifactId>workspace-task-executor-library</artifactId>
<version>1.0.1</version>
<version>1.0.0</version>
<name>workspace-task-executor-library</name>
<description>The workspace-task-executor-library is a library to execute data miner's algorithms from workspace</description>
@ -27,7 +27,6 @@
<distroDirectory>distro</distroDirectory>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<jackson.version>2.8.11</jackson.version>
</properties>
<dependencyManagement>
@ -35,7 +34,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.2</version>
<version>3.6.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -53,7 +52,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<version>2.6.3</version>
</dependency>
<dependency>
@ -95,16 +94,13 @@
</dependency>
<!-- LOGGER -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>