Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 1 addition & 9 deletions pathdb/datastax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,11 @@
<artifactId>cassandra-driver-mapping</artifactId>
<version>${cassandraVersion}</version>
</dependency>
<!-- web-commons-bom:26 has guava 18. bom versions above that have 29 or 31. This
conflicts with cassandra-unit which requires 21 or less. Also CassandraPathDB
uses code that has been deprecated in later versions of guava -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>21.0</version>
</dependency>
<dependency>
<groupId>org.cassandraunit</groupId>
<artifactId>cassandra-unit</artifactId>
<version>${cassandraUnitVersion}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
11 changes: 1 addition & 10 deletions storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@
<artifactId>path-mapped-pathdb-jpa</artifactId>
<scope>test</scope>
</dependency>
<!-- web-commons-bom:26 has guava 18. bom versions above that have 29 or 31. This
conflicts with cassandra-unit which requires 21 or less -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>21.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.cassandraunit</groupId>
<artifactId>cassandra-unit</artifactId>
Expand Down Expand Up @@ -121,5 +113,4 @@
</plugins>
</pluginManagement>
</build>

</project>
</project>
Loading