From ecb466d6693cc43f6721d60ad7add052be3dbac0 Mon Sep 17 00:00:00 2001 From: Martin Stockhammer Date: Sun, 23 May 2021 13:13:28 +0200 Subject: [PATCH] Removing webjars dependencies --- .../archiva-web/archiva-webapp/pom.xml | 77 ------------------- 1 file changed, 77 deletions(-) diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 6e869f701..8f1a21620 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -45,17 +45,6 @@ ${project.parent.parent.basedir} - 4.5.0 - 3.5.1 - 1.12.1 - 2.3.6 - 5.13.0 - 5.16.0 - 0.40 - 0.7.4 - 2.10.4 - 9.10.1 - 1.2.7 @@ -591,72 +580,6 @@ runtime - - org.webjars - bootstrap - ${webjars.bootstrap.version} - runtime - - - - org.webjars - jquery - ${webjars.jquery.version} - - - - org.webjars - jquery-ui - ${webjars.jquery-ui.version} - - - - org.webjars - requirejs - ${webjars.requirejs.version} - - - - org.webjars - font-awesome - ${webjars.font-awesome.version} - runtime - - - - org.webjars - d3js - ${webjars.d3js.version} - runtime - - - - org.webjars - webjars-locator - ${webjars.locator.version} - runtime - - - - org.webjars - sammy - ${webjars.sammy.version} - runtime - - - - org.webjars - jquery-file-upload - ${webjars.jquery.fileupload.version} - runtime - - - org.webjars - jquery-i18n-properties - ${webjars.jquery.i18nproperties.version} - runtime - -