Skip to content

Commit 0e8bccd

Browse files
committed
DATACASS-579 - Remove Google Guava from dependencies.
Remove Google Guava as dependency so it can be pulled in as transitive dependency of cassandra-driver-core. We are no longer in charge of managing the actual Guava version.
1 parent b8a0617 commit 0e8bccd

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,6 @@
120120
<groupId>com.datastax.cassandra</groupId>
121121
<artifactId>cassandra-driver-core</artifactId>
122122
<version>${cassandra-driver.version}</version>
123-
<exclusions>
124-
<exclusion>
125-
<groupId>com.google.guava</groupId>
126-
<artifactId>guava</artifactId>
127-
</exclusion>
128-
</exclusions>
129123
</dependency>
130124

131125
<!-- CDI -->

spring-data-cassandra/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@
7777
<artifactId>cassandra-driver-core</artifactId>
7878
</dependency>
7979

80-
<dependency>
81-
<groupId>com.google.guava</groupId>
82-
<artifactId>guava</artifactId>
83-
<version>${guava}</version>
84-
</dependency>
85-
8680
<!-- Reactor -->
8781
<dependency>
8882
<groupId>io.projectreactor</groupId>

0 commit comments

Comments
 (0)