Implementation of databookstore using social client REST API

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2023-11-21 14:12:19 +01:00
parent 6cf162bb91
commit 5d6bdc94af
3 changed files with 121 additions and 2877 deletions

View File

@ -4,10 +4,14 @@
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).
## [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
## [v1.17.1] - 2023-10-30
- Implementation of databookstore using rest api of social service client
## [v1.17.0] - 2022-05-13
- Added support for Catalogue notifications

13
pom.xml
View File

@ -11,7 +11,7 @@
<groupId>org.gcube.portal</groupId>
<artifactId>social-networking-library</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.17.1-SNAPSHOT</version>
<name>gCube Social Networking Library</name>
<description>
The gCube Social Networking Library is the 'bridge' between your gCube Applications and the social networking facilities.
@ -44,14 +44,9 @@
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.datastax.oss</groupId>
<artifactId>java-driver-query-builder</artifactId>
<version>${cassandra.driver.oss.version}</version>
</dependency>
<dependency>
<groupId>com.datastax.oss</groupId>
<artifactId>java-driver-mapper-runtime</artifactId>
<version>${cassandra.driver.oss.version}</version>
<groupId>org.gcube.social-networking</groupId>
<artifactId>social-service-client</artifactId>
<version>[1.1.0, 2.0.0)</version>
</dependency>
<dependency>
<groupId>com.google</groupId>