You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/09/14 09:44:26 UTC

[flink-connector-elasticsearch] 02/03: [hotfix] Sync dependency management

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

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git

commit 83758b13a5a0fcb9608d6d03104ea57cf52568fe
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Wed Sep 14 11:43:15 2022 +0200

    [hotfix] Sync dependency management
---
 pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/pom.xml b/pom.xml
index e0336fb..4e1feed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,6 +264,24 @@ under the License.
 				<version>1.3.9</version>
 			</dependency>
 
+			<dependency>
+				<groupId>commons-codec</groupId>
+				<artifactId>commons-codec</artifactId>
+				<version>1.15</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.apache.httpcomponents</groupId>
+				<artifactId>httpcore</artifactId>
+				<version>4.4.14</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.apache.httpcomponents</groupId>
+				<artifactId>httpclient</artifactId>
+				<version>4.5.13</version>
+			</dependency>
+
 			<dependency>
 				<groupId>org.slf4j</groupId>
 				<artifactId>slf4j-api</artifactId>