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

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


The following commit(s) were added to refs/heads/main by this push:
     new 045a6a3  [FLINK-30359][es] flink-sql-connector-elasticsearch6's jar 
should including the dependency of com.carrotsearch:hppc.
045a6a3 is described below

commit 045a6a3acc6d3a6b76f4046f83f02d0b9c1bbb2d
Author: Weijie Guo <[email protected]>
AuthorDate: Sun Dec 11 01:46:54 2022 +0800

    [FLINK-30359][es] flink-sql-connector-elasticsearch6's jar should including 
the dependency of com.carrotsearch:hppc.
---
 flink-sql-connector-elasticsearch6/pom.xml                           | 5 ++++-
 .../src/main/resources/META-INF/NOTICE                               | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/flink-sql-connector-elasticsearch6/pom.xml 
b/flink-sql-connector-elasticsearch6/pom.xml
index d8deacd..f86dca4 100644
--- a/flink-sql-connector-elasticsearch6/pom.xml
+++ b/flink-sql-connector-elasticsearch6/pom.xml
@@ -71,7 +71,6 @@ under the License.
                                                                </includes>
                                                                <excludes>
                                                                        <!-- 
These dependencies are not required. -->
-                                                                       
<exclude>com.carrotsearch:hppc</exclude>
                                                                        
<exclude>com.tdunning:t-digest</exclude>
                                                                        
<exclude>joda-time:joda-time</exclude>
                                                                        
<exclude>net.sf.jopt-simple:jopt-simple</exclude>
@@ -148,6 +147,10 @@ under the License.
                                                                        
<pattern>com.github.mustachejava</pattern>
                                                                        
<shadedPattern>org.apache.flink.elasticsearch6.shaded.com.github.mustachejava</shadedPattern>
                                                                </relocation>
+                                                               <relocation>
+                                                                       
<pattern>com.carrotsearch.hppc</pattern>
+                                                                       
<shadedPattern>org.apache.flink.elasticsearch6.shaded.com.carrotsearch.hppc</shadedPattern>
+                                                               </relocation>
                                                        </relocations>
                                                </configuration>
                                        </execution>
diff --git 
a/flink-sql-connector-elasticsearch6/src/main/resources/META-INF/NOTICE 
b/flink-sql-connector-elasticsearch6/src/main/resources/META-INF/NOTICE
index 94b5744..20a2990 100644
--- a/flink-sql-connector-elasticsearch6/src/main/resources/META-INF/NOTICE
+++ b/flink-sql-connector-elasticsearch6/src/main/resources/META-INF/NOTICE
@@ -6,6 +6,7 @@ The Apache Software Foundation (http://www.apache.org/).
 
 This project bundles the following dependencies under the Apache Software 
License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
+- com.carrotsearch:hppc:0.7.1
 - com.fasterxml.jackson.core:jackson-core:2.13.4
 - com.fasterxml.jackson.core:jackson-databind:2.13.4.2
 - com.fasterxml.jackson.core:jackson-annotations:2.13.4

Reply via email to