Skip to content

Commit 7ec86c0

Browse files
committed
[accumulo] use libthrift version 0.9.3-1 due to incompatibility
1 parent 6d9f9da commit 7ec86c0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

presto-accumulo/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@
1919
<dep.reload4j.version>1.2.18.3</dep.reload4j.version>
2020
</properties>
2121

22+
<dependencyManagement>
23+
<dependencies>
24+
<dependency>
25+
<groupId>org.apache.thrift</groupId>
26+
<artifactId>libthrift</artifactId>
27+
<!-- libthrift >= 0.14.1 not compatible with accumulo-minicluster 1.x -->
28+
<version>0.9.3-1</version>
29+
</dependency>
30+
</dependencies>
31+
</dependencyManagement>
32+
2233
<dependencies>
2334
<dependency>
2435
<groupId>org.apache.accumulo</groupId>

0 commit comments

Comments
 (0)