Skip to content

Commit

Permalink
Bump Apache Thrift to 0.10.0 (apache#8419)
Browse files Browse the repository at this point in the history
* Bump Apache Thrift to 0.10.0

* Remove unused dependency

* Bump maven-scrooge-plugin to the latest
  • Loading branch information
Fokko authored and tlaird committed Nov 11, 2019
1 parent e201c63 commit a7c7dab
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions extensions-contrib/thrift-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -100,10 +101,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>
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit a7c7dab

Please sign in to comment.