diff --git a/build.gradle b/build.gradle
index 9d2eed7dc22..d10d0dcfa32 100644
--- a/build.gradle
+++ b/build.gradle
@@ -299,6 +299,7 @@ allprojects {
//TODO: Remove dependency line below in case the new parent library is updated and pulls good version.
runtimeOnly("com.beust:jcommander:1.82")
runtimeOnly("org.antlr:antlr4:4.11.1")
+ runtimeOnly("org.apache.ivy:ivy:2.5.1")
}
implementation platform('net.openhft:chronicle-bom:2.24ea7')
}
diff --git a/pom.xml b/pom.xml
index a90706e028b..5b9c1d99374 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3448,6 +3448,13 @@
runtime
+
+
+ org.apache.ivy
+ ivy
+ 2.5.1
+
+