diff --git a/.build/cassandra-deps-maven-pom.xml b/.build/cassandra-deps-maven-pom.xml index c38a171fa2d9..5a1d2c58566f 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 dfad8661045a..8b834c4a876c 100644 --- a/.build/parent-maven-pom.xml +++ b/.build/parent-maven-pom.xml @@ -40,6 +40,7 @@ 4.0.20 4.1.125.Final 0.5.1 + 4.2 @asm.version@ @@ -465,6 +466,11 @@ jamm ${jamm.version} + + tools.profiler + async-profiler + ${async-profiler.version} +