You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/11/01 04:49:07 UTC

[incubator-doris] 04/07: Fix spark connector build error (#6948)

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

morningman pushed a commit to branch branch-0.15
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git

commit 1c8e9629e82f78daf95308c241d56632ea4a7fa5
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Fri Oct 29 14:59:05 2021 +0800

    Fix spark connector build error (#6948)
    
    pom.xml error
---
 extension/spark-doris-connector/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/extension/spark-doris-connector/pom.xml b/extension/spark-doris-connector/pom.xml
index d8ebfe7..b76c823 100644
--- a/extension/spark-doris-connector/pom.xml
+++ b/extension/spark-doris-connector/pom.xml
@@ -150,6 +150,8 @@
             <version>${spark.version}</version>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
             <version>2.10.0</version>

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