From af0bf496673bd8a4e35128a76f970dddec5d8261 Mon Sep 17 00:00:00 2001 From: Wim Deblauwe Date: Wed, 18 Oct 2023 20:15:27 +0200 Subject: [PATCH] Use webjars-locator to avoid hardcoding versions of webjar dependencies in the layout file --- pom.xml | 6 ++++++ src/main/resources/templates/fragments/layout.html | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 0627c18..ab86484 100644 --- a/pom.xml +++ b/pom.xml @@ -22,6 +22,7 @@ UTF-8 + 0.46 5.2.3 4.7.0 1.9.5 @@ -94,6 +95,11 @@ + + org.webjars + webjars-locator + ${webjars-locator.version} + org.webjars.npm bootstrap diff --git a/src/main/resources/templates/fragments/layout.html b/src/main/resources/templates/fragments/layout.html index 039d806..e10a525 100755 --- a/src/main/resources/templates/fragments/layout.html +++ b/src/main/resources/templates/fragments/layout.html @@ -17,7 +17,7 @@ - + @@ -92,9 +92,9 @@ - - - + + +