From d2c1da47a7e885c83661c68b735f35b95dc8d85f Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Fri, 24 May 2024 15:14:14 +0200 Subject: [PATCH] Added Boostrap 5 webjar dependency --- webapp/pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/webapp/pom.xml b/webapp/pom.xml index ead9222e7b..9bbb22d375 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -133,6 +133,26 @@ target/${project.artifactId}-${project.version}/webjars/fonts/open-sans/ + + org.webjars + bootstrap + jar + + META-INF/resources/webjars/bootstrap/*/css/*.css, + META-INF/resources/webjars/bootstrap/*/css/*.map, + META-INF/resources/webjars/bootstrap/*/js/*.js, + META-INF/resources/webjars/bootstrap/*/js/*.map + + + + + ^META-INF/resources/webjars/bootstrap/[^/]+/ + ./ + + + + target/${project.artifactId}-${project.version}/webjars/bootstrap/ + true true @@ -157,6 +177,11 @@ + + org.webjars + bootstrap + 5.3.3 + org.webjars.npm jquery-migrate