Compare commits

..

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

2 changed files with 9 additions and 34 deletions

View File

@ -3,18 +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.2] - 2024-07-17
* Fixing build issue: increasing lower bound version for `data-miner-manager-cl` [#27747#note-11]
## [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

31
pom.xml
View File

@ -5,14 +5,14 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.2.0</version>
<version>1.1.0</version>
<relativePath />
</parent>
<groupId>org.gcube.common</groupId>
<artifactId>workspace-task-executor-library</artifactId>
<version>1.0.2</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.7.0</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>
@ -65,7 +64,7 @@
<dependency>
<groupId>org.gcube.data.analysis</groupId>
<artifactId>data-miner-manager-cl</artifactId>
<version>[1.10,2.0.0-SNAPSHOT)</version>
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
</dependency>
<!-- FWS -->
@ -94,26 +93,14 @@
<version>20090211</version>
</dependency>
<!-- To build towards JDK_11 -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.4</version>
<scope>provided</scope>
</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>