removed gcube-bom

This commit is contained in:
Fabio Sinibaldi 2020-10-07 18:23:07 +02:00
parent 19ecd350c3
commit 33ecc07b76
3 changed files with 5 additions and 12 deletions

View File

@ -1,8 +1,8 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for org.gcube.data.transfer.data-transfer-service # Changelog for org.gcube.data.transfer.data-transfer-plugin-framework
## Unreleased [v2.0.7-SNAPSHOT] 2020-07-16 ## Unreleased [v1.0.3-SNAPSHOT] 2020-09-07
### Fixes ### Fixes

View File

@ -1,7 +1,7 @@
Data Transfer Service Data Transfer - Plugin Framework
-------------------------------------------------- --------------------------------------------------
Data Transfer Service is one of the subsystems forming the gCube Data_Transfer_Facilities. It aims to provide gCube Applications a common layer for efficient and transparent data transfer towards gCube SmartGear nodes. It's designed as a client service architecture exploiting plugin design pattern. Data Transfer Plugin Framework is one of the subsystems forming the gCube Data Transfer Facilities. It aims to provide gCube Applications a common layer for efficient and transparent data transfer towards gCube SmartGear nodes. It's designed as a client service architecture exploiting plugin design pattern.
## Built with ## Built with
* [OpenJDK](https://openjdk.java.net/) - The JDK used * [OpenJDK](https://openjdk.java.net/) - The JDK used

View File

@ -37,13 +37,6 @@
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>