Skip to content

Commit f5cba27

Browse files
committed
make cassandra-driver-core test scoped
1 parent 948940f commit f5cba27

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cassandra-4.0/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
<groupId>com.datastax.cassandra</groupId>
9999
<artifactId>cassandra-driver-core</artifactId>
100100
<version>${version.cassandra.driver}</version>
101+
<scope>test</scope>
101102
<exclusions>
102103
<exclusion>
103104
<groupId>com.google.guava</groupId>

cassandra-4.1/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
<groupId>com.datastax.cassandra</groupId>
9999
<artifactId>cassandra-driver-core</artifactId>
100100
<version>${version.cassandra.driver}</version>
101+
<scope>test</scope>
101102
<exclusions>
102103
<exclusion>
103104
<groupId>com.google.guava</groupId>

cassandra-5.0/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
<groupId>com.datastax.cassandra</groupId>
9999
<artifactId>cassandra-driver-core</artifactId>
100100
<version>${version.cassandra.driver}</version>
101+
<scope>test</scope>
101102
<exclusions>
102103
<exclusion>
103104
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)