Skip to content

Commit

Permalink
[CARBONDATA-3383] fix thrift version conflict bug in examples module
Browse files Browse the repository at this point in the history
  • Loading branch information
lamberken committed May 15, 2019
1 parent 24753a9 commit 2fb2452
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/spark2/pom.xml
Expand Up @@ -34,10 +34,21 @@
</properties>

<dependencies>
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>0.9.3</version>
</dependency>
<dependency>
<groupId>org.apache.carbondata</groupId>
<artifactId>carbondata-hive</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.carbondata</groupId>
Expand Down

0 comments on commit 2fb2452

Please sign in to comment.