mirror of https://github.com/apache/druid.git
Bump Apache Thrift to 0.10.0 (#8419)
* Bump Apache Thrift to 0.10.0 * Remove unused dependency * Bump maven-scrooge-plugin to the latest
This commit is contained in:
parent
511fa74fa2
commit
3b602da8f7
|
@ -36,8 +36,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>
|
||||
|
@ -102,10 +103,6 @@
|
|||
<groupId>org.slf4j</groupId>
|
||||
<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>
|
||||
|
@ -133,7 +130,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>
|
||||
|
@ -153,7 +150,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>
|
||||
|
|
Loading…
Reference in New Issue