From 185d5f1706f27b0408df302715d407ebfb22bac8 Mon Sep 17 00:00:00 2001 From: Arnaud Roques Date: Thu, 10 Oct 2024 17:29:09 +0200 Subject: [PATCH] fix: try to add elk in the pom.xml file --- pom.parent.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.parent.xml b/pom.parent.xml index 1d361c3..b4b2522 100644 --- a/pom.parent.xml +++ b/pom.parent.xml @@ -226,6 +226,21 @@ ${jetty-server.version} test + + org.eclipse.elk + org.eclipse.elk.core + 0.9.1 + + + org.eclipse.elk + org.eclipse.elk.alg.layered + 0.9.1 + + + org.eclipse.elk + org.eclipse.elk.alg.mrtree + 0.9.1 +