JNSimba commented on code in PR #431:
URL: 
https://github.com/apache/doris-flink-connector/pull/431#discussion_r1682401522


##########
flink-doris-connector/pom.xml:
##########
@@ -204,6 +204,19 @@ under the License.
             </exclusions>
         </dependency>
 
+        <!-- geometry dependencies -->
+        <dependency>
+            <groupId>com.esri.geometry</groupId>
+            <artifactId>esri-geometry-api</artifactId>
+            <version>${geometry.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.fasterxml.jackson.core</groupId>
+                    <artifactId>jackson-core</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+

Review Comment:
   I see that cdc has this dependency. Can we not add this pom?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to