cassandra/test
Mick Semb Wever 3259d6de37 Migrate dependency handling from maven-ant-tasks to resolver-ant-tasks
- This removes lib/ from version control.
- The generated pom files are now the source of truth to the project's depdendencies, and the lib/ folder re-created during the build from compile scope dependencies excluding provided and system scopes. Project dependencies are first downloaded to the maven local repository at `~/.m2/repository`.
- Maven is now required to be installed to build, that is the `mvn` command needs to be found in the path.
- The new resolver-ant-tasks targets have been encapsulated into the `build/build-resolver.xml` ant file.
- Most classpaths in build.xml are replaced with resolver:resolve definitions.
- The build-deps-pom generated pom file is now only used for declaring test dependencies.

 patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-16557
2021-07-25 11:35:45 -05:00
..
burn/org/apache/cassandra Remove the SEPExecutor blocking behavior 2020-11-10 09:55:20 +01:00
conf Add flag to disable ALTER...DROP COMPACT STORAGE statements 2021-06-18 14:42:48 +02:00
data Prevent loss of commit log data when moving sstables between nodes 2021-05-05 16:41:01 +02:00
distributed/org/apache/cassandra Receipt of gossip shutdown updates TokenMetadata 2021-07-20 18:10:48 +01:00
long/org/apache/cassandra Fix updating base table rows with TTL not removing materialized view entries 2017-12-07 08:17:06 +11:00
microbench/org/apache/cassandra/test/microbench StreamingHistogram is not thread safe 2017-09-05 09:54:27 -07:00
resources Fix rat checking for files with missing license headers 2021-04-19 17:18:26 +02:00
unit/org/apache/cassandra Migrate dependency handling from maven-ant-tasks to resolver-ant-tasks 2021-07-25 11:35:45 -05:00