diff --git a/.build/cassandra-deps-maven-pom.xml b/.build/cassandra-deps-maven-pom.xml index 4402a8efd9f1..474c1037d0b1 100644 --- a/.build/cassandra-deps-maven-pom.xml +++ b/.build/cassandra-deps-maven-pom.xml @@ -161,6 +161,10 @@ com.github.jbellis jamm + + tools.profiler + async-profiler + io.netty netty-all diff --git a/.build/parent-maven-pom.xml b/.build/parent-maven-pom.xml index 5d6ca01a4cf4..c75e2545337b 100644 --- a/.build/parent-maven-pom.xml +++ b/.build/parent-maven-pom.xml @@ -40,6 +40,7 @@ 4.0.20 4.1.130.Final 0.5.1 + 4.2 @asm.version@ @@ -465,6 +466,11 @@ jamm ${jamm.version} + + tools.profiler + async-profiler + ${async-profiler.version} +