Skip to content

Commit b7a0349

Browse files
author
Marcelo Vanzin
committed
Add libthrift exclusion.
Not sure what's wrong, but running sbt with no profiles enabled causes an error about not being able to resolve version "${thrift.version}" of libthrift.
1 parent 6e0942d commit b7a0349

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

external/flume-sink/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
<groupId>com.google.guava</groupId>
4848
<artifactId>guava</artifactId>
4949
</exclusion>
50+
<exclusion>
51+
<groupId>org.apache.thrift</groupId>
52+
<artifactId>libthrift</artifactId>
53+
</exclusion>
5054
</exclusions>
5155
</dependency>
5256
<dependency>
@@ -57,6 +61,10 @@
5761
<groupId>com.google.guava</groupId>
5862
<artifactId>guava</artifactId>
5963
</exclusion>
64+
<exclusion>
65+
<groupId>org.apache.thrift</groupId>
66+
<artifactId>libthrift</artifactId>
67+
</exclusion>
6068
</exclusions>
6169
</dependency>
6270
<dependency>

0 commit comments

Comments
 (0)