From 28a3f403ffaa0f0c82825d310b764ea4d6e4ccf9 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Mon, 18 Dec 2023 13:03:52 +0100 Subject: [PATCH] Updated pom to make it talk with social service for cassandra access --- CHANGELOG.md | 6 ++++ pom.xml | 89 ++++++++++++++++++++++++++-------------------------- 2 files changed, 51 insertions(+), 44 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd14d9..aca94d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for Social Data Indexer Smart Executor Plugin + + +## [v4.0.0-SNAPSHOT] - 2023-12-04 + +- Updated pom to make it talk with social service for cassandra access + ## [v3.1.0-SNAPSHOT] - Upgraded gcube-bom version diff --git a/pom.xml b/pom.xml index 8419a97..ce71887 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.socialnetworking social-data-indexer-se-plugin - 3.1.0-SNAPSHOT + 4.0.0-SNAPSHOT Social Data Indexer Smart Executor Plugin Social Data Indexer Smart Executor Plugin @@ -25,8 +25,10 @@ - scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git - scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git + + scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git + + scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git https://code-repo.d4science.org/gCubeSystem/${project.artifactId} @@ -50,20 +52,51 @@ - javax.portlet - portlet-api - 2.0 + org.gcube.portal + social-library-stubs + [1.0.0-SNAPSHOT, 2.0.0) compile + + org.gcube.social-networking + social-service-client + [2.0.0-SNAPSHOT, 2.0.0) + + + org.gcube.portal + social-networking-library + + + + + org.gcube.social-networking + social-service-model + [1.2.0-SNAPSHOT, 2.0.0) + org.gcube.socialnetworking social-data-indexing-common [1.0.0, 2.0.0-SNAPSHOT) + - org.gcube.portal - social-networking-library - [1.0.0, 2.0.0-SNAPSHOT) + org.codehaus.jackson + jackson-mapper-asl + 1.5.0 + + + + com.googlecode.json-simple + json-simple + 1.1 + + + javax.portlet + portlet-api + 2.0 + compile org.elasticsearch @@ -111,39 +144,6 @@ slf4j-api provided - - com.netflix.astyanax - astyanax - ${astyanaxVersion} - - - servlet-api - javax.servlet - - - servlet-api - org.mortbay.jetty - - - - com.netflix.eureka - eureka-client - - - com.sun.mail javax.mail @@ -177,7 +177,8 @@ runtime - ${basedir}${file.separator}target${file.separator}libs + + ${basedir}${file.separator}target${file.separator}libs false false true @@ -208,5 +209,5 @@ - + \ No newline at end of file