We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9f9da commit 7ec86c0Copy full SHA for 7ec86c0
presto-accumulo/pom.xml
@@ -19,6 +19,17 @@
19
<dep.reload4j.version>1.2.18.3</dep.reload4j.version>
20
</properties>
21
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
+
33
<dependencies>
34
<dependency>
35
<groupId>org.apache.accumulo</groupId>
0 commit comments