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

twalthr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 74abfe2e18033d4c7d5252fedad65309b90b1101
Author: Timo Walther <twal...@apache.org>
AuthorDate: Thu Feb 21 11:18:20 2019 +0100

    [hotfix][table] Remove unused geometry dependency
---
 flink-table/flink-table-planner/pom.xml                          | 9 ++++-----
 .../flink-table-planner/src/main/resources/META-INF/NOTICE       | 1 -
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/flink-table/flink-table-planner/pom.xml 
b/flink-table/flink-table-planner/pom.xml
index dc1914e..ccdd5d1 100644
--- a/flink-table/flink-table-planner/pom.xml
+++ b/flink-table/flink-table-planner/pom.xml
@@ -149,6 +149,10 @@ under the License.
                                        <groupId>commons-dbcp</groupId>
                                        <artifactId>commons-dbcp</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>com.esri.geometry</groupId>
+                                       
<artifactId>esri-geometry-api</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
@@ -284,7 +288,6 @@ under the License.
                                                                        <!-- 
Calcite's dependencies -->
                                                                        
<include>com.google.guava:guava</include>
                                                                        
<include>net.hydromatic:*</include>
-                                                                       
<include>com.esri.geometry:*</include>
 
                                                                        <!-- 
flink-table-planner dependencies -->
                                                                        
<include>org.codehaus.janino:*</include>
@@ -307,10 +310,6 @@ under the License.
                                                                        
<pattern>org.pentaho</pattern>
                                                                        
<shadedPattern>org.apache.flink.calcite.shaded.org.pentaho</shadedPattern>
                                                                </relocation>
-                                                               <relocation>
-                                                                       
<pattern>com.esri</pattern>
-                                                                       
<shadedPattern>org.apache.flink.calcite.shaded.com.esri</shadedPattern>
-                                                               </relocation>
 
                                                                <!-- 
flink-table dependencies -->
                                                                <relocation>
diff --git a/flink-table/flink-table-planner/src/main/resources/META-INF/NOTICE 
b/flink-table/flink-table-planner/src/main/resources/META-INF/NOTICE
index f661ee1..7ed044e 100644
--- a/flink-table/flink-table-planner/src/main/resources/META-INF/NOTICE
+++ b/flink-table/flink-table-planner/src/main/resources/META-INF/NOTICE
@@ -6,7 +6,6 @@ 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.esri.geometry:esri-geometry-api:2.0.0
 - com.google.guava:guava:19.0
 - joda-time:joda-time:2.5
 - net.hydromatic:aggdesigner-algorithm:6.0

Reply via email to