Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions presto-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
<cassandra.version>2.1.6</cassandra.version>
<cassandra.version>4.1.10</cassandra.version>
<datastax.version>3.0.0</datastax.version>
</properties>

Expand Down Expand Up @@ -318,7 +318,7 @@
<!--to a bug or configuration error in the embedded-->
<!--cassandra instance. This problem results in either-->
<!--a hang in Thrift calls or broken sockets.-->
<parallel />
<parallel/>
<threadCount>1</threadCount>

<!-- integration tests take a very long time so only run them in the CI server -->
Expand Down Expand Up @@ -370,7 +370,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes combine.self="override" />
<excludes combine.self="override"/>
</configuration>
</plugin>
</plugins>
Expand Down