This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/3_0_X by this push:
     new 3df2eb02a6 Forcing Elasticsearch versions to override values from 
Spring Boot
3df2eb02a6 is described below

commit 3df2eb02a68cf65a566ae3b64d901cc388051556
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Jan 18 11:01:59 2024 +0100

    Forcing Elasticsearch versions to override values from Spring Boot
---
 ext/elasticsearch/client-elasticsearch/pom.xml | 4 ++++
 pom.xml                                        | 8 +++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/ext/elasticsearch/client-elasticsearch/pom.xml 
b/ext/elasticsearch/client-elasticsearch/pom.xml
index 2cf669e941..4f9e017135 100644
--- a/ext/elasticsearch/client-elasticsearch/pom.xml
+++ b/ext/elasticsearch/client-elasticsearch/pom.xml
@@ -44,6 +44,10 @@ under the License.
       <version>${project.version}</version>
     </dependency>
 
+    <dependency>
+      <groupId>org.elasticsearch.client</groupId>
+      <artifactId>elasticsearch-rest-client</artifactId>
+    </dependency>
     <dependency>
       <groupId>co.elastic.clients</groupId>
       <artifactId>elasticsearch-java</artifactId>
diff --git a/pom.xml b/pom.xml
index 5dbda13f4f..e95c81a8b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -429,6 +429,7 @@ under the License.
     <slf4j.version>1.7.36</slf4j.version>
 
     <elasticsearch.version>8.12.0</elasticsearch.version>
+    <elasticsearch-rest.version>8.10.4</elasticsearch-rest.version>
     <opensearch.version>2.11.1</opensearch.version>
     <opensearch-java.version>2.8.1</opensearch-java.version>
 
@@ -438,7 +439,7 @@ under the License.
     <commons-lang3.version>3.14.0</commons-lang3.version>
     <commons-jexl.version>3.3</commons-jexl.version>
     <commons-text.version>1.11.0</commons-text.version>
-    <commons-logging.version>1.1.3</commons-logging.version>
+    <commons-logging.version>1.2</commons-logging.version>
 
     <pac4j.version>5.5.0</pac4j.version>
 
@@ -630,6 +631,11 @@ under the License.
       </dependency>
       <!-- /Swagger -->
 
+      <dependency>
+        <groupId>org.elasticsearch.client</groupId>
+        <artifactId>elasticsearch-rest-client</artifactId>
+        <version>${elasticsearch-rest.version}</version>
+      </dependency>
       <dependency>
         <groupId>co.elastic.clients</groupId>
         <artifactId>elasticsearch-java</artifactId>

Reply via email to