Browse Source
Merge pull request #7530 from smatvienko-tb/cassandra-all_3_11_14_fix
[3.4.2] cassandra-all 3.11.14 have no dependency on cassandra-thrift. added f…
pull/7546/head
Igor Kulikov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
14 additions and
0 deletions
-
dao/pom.xml
-
pom.xml
-
tools/pom.xml
|
|
|
@ -177,6 +177,11 @@ |
|
|
|
</exclusions> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.cassandra</groupId> |
|
|
|
<artifactId>cassandra-thrift</artifactId> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.google.protobuf</groupId> |
|
|
|
<artifactId>protobuf-java</artifactId> |
|
|
|
|
|
|
|
@ -1617,6 +1617,11 @@ |
|
|
|
<artifactId>cassandra-all</artifactId> |
|
|
|
<version>${cassandra-all.version}</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.cassandra</groupId> |
|
|
|
<artifactId>cassandra-thrift</artifactId> |
|
|
|
<version>${cassandra-all.version}</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.junit.vintage</groupId> |
|
|
|
<artifactId>junit-vintage-engine</artifactId> |
|
|
|
|
|
|
|
@ -55,6 +55,10 @@ |
|
|
|
<groupId>org.apache.cassandra</groupId> |
|
|
|
<artifactId>cassandra-all</artifactId> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.cassandra</groupId> |
|
|
|
<artifactId>cassandra-thrift</artifactId> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>commons-io</groupId> |
|
|
|
<artifactId>commons-io</artifactId> |
|
|
|
|