Skip to content

Commit

Permalink
PLT-191: use java-driver shaded only
Browse files Browse the repository at this point in the history
  • Loading branch information
n5nk committed Nov 27, 2023
1 parent 05b3a6c commit 28776c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions janusgraph-cql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@
<artifactId>java-driver-query-builder</artifactId>
<version>${cassandra-driver.version}</version>
<exclusions>
<exclusion>
<groupId>com.datastax.oss</groupId>
<artifactId>java-driver-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
Expand Down

0 comments on commit 28776c1

Please sign in to comment.