You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by jo...@apache.org on 2019/11/27 05:31:55 UTC

[incubator-druid] branch 0.16.1-incubating updated: Bump Apache Thrift to 0.10.0 (#8419) (#8955)

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

jonwei pushed a commit to branch 0.16.1-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/0.16.1-incubating by this push:
     new d258250  Bump Apache Thrift to 0.10.0 (#8419) (#8955)
d258250 is described below

commit d258250cd6b43f7ee4d0ecb14952395cb64cf2b3
Author: Jonathan Wei <jo...@users.noreply.github.com>
AuthorDate: Tue Nov 26 21:31:41 2019 -0800

    Bump Apache Thrift to 0.10.0 (#8419) (#8955)
    
    * Bump Apache Thrift to 0.10.0
    
    * Remove unused dependency
    
    * Bump maven-scrooge-plugin to the latest
---
 extensions-contrib/thrift-extensions/pom.xml | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/extensions-contrib/thrift-extensions/pom.xml b/extensions-contrib/thrift-extensions/pom.xml
index 3d7af57..075f7ef 100644
--- a/extensions-contrib/thrift-extensions/pom.xml
+++ b/extensions-contrib/thrift-extensions/pom.xml
@@ -34,8 +34,9 @@
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <thrift.version>0.9.3</thrift.version>
-    <elephantbird.version>4.8</elephantbird.version>
+    <thrift.version>0.10.0</thrift.version>
+    <elephantbird.version>4.17</elephantbird.version>
+    <scrooge.version>19.10.0</scrooge.version>
   </properties>
 
   <dependencies>
@@ -101,10 +102,6 @@
       <artifactId>slf4j-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-    </dependency>
-    <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-annotations</artifactId>
       <scope>provided</scope>
@@ -131,7 +128,7 @@
     <dependency>
       <groupId>com.twitter</groupId>
       <artifactId>scrooge-core_2.11</artifactId>
-      <version>4.10.0</version>
+      <version>${scrooge.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -151,7 +148,7 @@
       <plugin>
         <groupId>com.twitter</groupId>
         <artifactId>scrooge-maven-plugin</artifactId>
-        <version>4.11.0</version>
+        <version>${scrooge.version}</version>
         <configuration>
           <language>java</language>
         </configuration>


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