removed gcube-bom

smartgears_4
Fabio Sinibaldi 4 years ago
parent 19ecd350c3
commit 33ecc07b76

@ -1,8 +1,8 @@
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

@ -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
* [OpenJDK](https://openjdk.java.net/) - The JDK used

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

Loading…
Cancel
Save