Implementation of databookstore using social client REST API
This commit is contained in:
parent
6cf162bb91
commit
5d6bdc94af
|
@ -4,10 +4,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
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).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [v2.0.0] - 2023-10-30
|
## [v2.0.0] - 2023-11-15
|
||||||
|
|
||||||
- Feature #25901-fix, same as feature 25901 but with minor fixes related to deprecated methods and classes
|
- Feature #25901-fix, same as feature 25901 but with minor fixes related to deprecated methods and classes
|
||||||
|
|
||||||
|
## [v1.17.1] - 2023-10-30
|
||||||
|
|
||||||
|
- Implementation of databookstore using rest api of social service client
|
||||||
|
|
||||||
## [v1.17.0] - 2022-05-13
|
## [v1.17.0] - 2022-05-13
|
||||||
|
|
||||||
- Added support for Catalogue notifications
|
- Added support for Catalogue notifications
|
||||||
|
|
13
pom.xml
13
pom.xml
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.portal</groupId>
|
<groupId>org.gcube.portal</groupId>
|
||||||
<artifactId>social-networking-library</artifactId>
|
<artifactId>social-networking-library</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>1.17.1-SNAPSHOT</version>
|
||||||
<name>gCube Social Networking Library</name>
|
<name>gCube Social Networking Library</name>
|
||||||
<description>
|
<description>
|
||||||
The gCube Social Networking Library is the 'bridge' between your gCube Applications and the social networking facilities.
|
The gCube Social Networking Library is the 'bridge' between your gCube Applications and the social networking facilities.
|
||||||
|
@ -44,14 +44,9 @@
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.datastax.oss</groupId>
|
<groupId>org.gcube.social-networking</groupId>
|
||||||
<artifactId>java-driver-query-builder</artifactId>
|
<artifactId>social-service-client</artifactId>
|
||||||
<version>${cassandra.driver.oss.version}</version>
|
<version>[1.1.0, 2.0.0)</version>
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.datastax.oss</groupId>
|
|
||||||
<artifactId>java-driver-mapper-runtime</artifactId>
|
|
||||||
<version>${cassandra.driver.oss.version}</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google</groupId>
|
<groupId>com.google</groupId>
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue