Skip to content

Commit

Permalink
DRILL-7950: Drill classpath includes both avatica-core:jar:1.15.0 and…
Browse files Browse the repository at this point in the history
… avatica:jar:1.17.0 (apache#2253)
  • Loading branch information
vvysotskyi committed Jun 11, 2021
1 parent 5af7990 commit 111e345
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions contrib/storage-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.calcite.avatica</groupId>
<artifactId>avatica-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
7 changes: 6 additions & 1 deletion contrib/storage-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion></exclusions>
</exclusion>
<exclusion>
<groupId>org.apache.calcite.avatica</groupId>
<artifactId>avatica-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.drill.exec</groupId>
Expand Down

0 comments on commit 111e345

Please sign in to comment.