From 1e37fff665dd65c208e236d10e498a21425a63ac Mon Sep 17 00:00:00 2001 From: Norbert Pomaroli Date: Fri, 13 Sep 2024 13:29:00 +0200 Subject: [PATCH] Do not exclude handlebars but manage to desired version --- bom/pom.xml | 13 ++++--------- doc/pom.xml | 4 ---- plugin-parent/pom.xml | 5 ----- verticles/admin-gui/pom.xml | 4 ---- 4 files changed, 4 insertions(+), 22 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index a9f573ec02..093eb644e6 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -34,6 +34,7 @@ 2.16.83 1.30 1.19.4 + 4.3.1 @@ -292,12 +293,6 @@ io.vertx vertx-web-templ-handlebars ${vertx.version} - - - com.github.jknack - handlebars - - io.vertx @@ -703,9 +698,9 @@ - com.github.jknack - handlebars - 4.3.1 + com.github.jknack + handlebars + ${handlebars.version} diff --git a/doc/pom.xml b/doc/pom.xml index 5b2f01ef2c..15225fd607 100644 --- a/doc/pom.xml +++ b/doc/pom.xml @@ -41,10 +41,6 @@ io.vertx vertx-web-templ-handlebars - - com.github.jknack - handlebars - diff --git a/plugin-parent/pom.xml b/plugin-parent/pom.xml index 6c3adf987d..2ebd233a2e 100644 --- a/plugin-parent/pom.xml +++ b/plugin-parent/pom.xml @@ -225,11 +225,6 @@ vertx-web-templ-handlebars provided - - com.github.jknack - handlebars - provided - io.vertx vertx-web-common diff --git a/verticles/admin-gui/pom.xml b/verticles/admin-gui/pom.xml index 0f72b24061..5b67f3174d 100644 --- a/verticles/admin-gui/pom.xml +++ b/verticles/admin-gui/pom.xml @@ -49,10 +49,6 @@ io.vertx vertx-web-templ-handlebars - - com.github.jknack - handlebars -