Skip to content

Commit

Permalink
[cassandra] Remove legacy driver from classpath (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli authored Dec 12, 2023
1 parent 3e6a15d commit cea72f7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions langstream-agents/langstream-ai-agents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk</artifactId>
<version>1.0</version>
<exclusions>
<exclusion>
<groupId>com.datastax.oss</groupId>
<artifactId>java-driver-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.datastax.stargate</groupId>
Expand All @@ -91,6 +97,10 @@
<groupId>com.datastax.stargate</groupId>
<artifactId>stargate-sdk-graphql</artifactId>
</exclusion>
<exclusion>
<groupId>com.datastax.oss</groupId>
<artifactId>java-driver-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit cea72f7

Please sign in to comment.