Added new dependencies constraint

This commit is contained in:
luca.frosini 2023-09-08 15:35:09 +02:00
parent 5462a6fdab
commit b352a2ef16
2 changed files with 12 additions and 3 deletions

View File

@ -2,12 +2,21 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Social Data Indexer Smart Executor Plugin
## [v3.1.0-SNAPSHOT]
- Upgraded gcube-bom version
- Upgraded guava-version
## [v3.0.0]
- Ported plugin to smart-executor APIs 3.0.0 [#21570]
## [v2.0.0]
-
## [v1.2.1] [2017-05-01]

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.socialnetworking</groupId>
<artifactId>social-data-indexer-se-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0-SNAPSHOT</version>
<name>Social Data Indexer Smart Executor Plugin</name>
<description>Social Data Indexer Smart Executor Plugin</description>
@ -19,7 +19,7 @@
<distroDirectory>distro</distroDirectory>
<serviceClass>social-networking</serviceClass>
<elasticSearchVersion>2.2.0</elasticSearchVersion>
<guavaVersion>18.0</guavaVersion>
<guavaVersion>23.6-jre</guavaVersion>
<apache.http.version>4.3</apache.http.version>
<astyanaxVersion>2.0.2</astyanaxVersion>
</properties>
@ -35,7 +35,7 @@
<dependency>
<groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-bom</artifactId>
<version>3.0.0</version>
<version>3.2.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>