You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/06/02 11:05:04 UTC

[incubator-doris-spark-connector] branch master updated: update pom.xml (#33)

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

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris-spark-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new e617b7a  update pom.xml (#33)
e617b7a is described below

commit e617b7ae50064f1c3ef8bcd2da314063c083ccb1
Author: smallhibiscus <84...@qq.com>
AuthorDate: Thu Jun 2 19:05:01 2022 +0800

    update pom.xml (#33)
    
    update pom.xml
---
 spark-doris-connector/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/spark-doris-connector/pom.xml b/spark-doris-connector/pom.xml
index 854fd43..8e728d8 100644
--- a/spark-doris-connector/pom.xml
+++ b/spark-doris-connector/pom.xml
@@ -65,7 +65,7 @@
         <scala.version>${env.scala.version}</scala.version>
         <spark.version>${env.spark.version}</spark.version>
         <spark.minor.version>${env.spark.minor.version}</spark.minor.version>
-        <libthrift.version>0.14.0</libthrift.version>
+        <libthrift.version>0.13.0</libthrift.version>
         <arrow.version>5.0.0</arrow.version>
         <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
         <maven-javadoc-plugin.version>3.3.0</maven-javadoc-plugin.version>
@@ -74,7 +74,7 @@
         <thrift.binary>${env.THRIFT_BIN}</thrift.binary>
         <project.scm.id>github</project.scm.id>
         <netty.version>4.1.27.Final</netty.version>
-        <fasterxml.jackson.version>2.12.6.1</fasterxml.jackson.version>
+        <fasterxml.jackson.version>2.10.0</fasterxml.jackson.version>
     </properties>
     <profiles>
         <!-- for custom internal repository -->
@@ -190,7 +190,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.13.1</version>
+            <version>4.11</version>
             <exclusions>
                 <exclusion>
                     <artifactId>hamcrest-core</artifactId>


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