From 4ff9910dba67ed815873e76ca287715613443d0d Mon Sep 17 00:00:00 2001 From: St ef Date: Tue, 1 Jun 2021 22:10:21 +0200 Subject: [PATCH] add org.javalite lessc compiler --- pom.xml | 221 ++++++++++++-------------------------------------------- 1 file changed, 47 insertions(+), 174 deletions(-) diff --git a/pom.xml b/pom.xml index 628c88461..b24047257 100644 --- a/pom.xml +++ b/pom.xml @@ -1,16 +1,16 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.samples spring-petclinic - 2.4.5 + 2.5.0 org.springframework.boot spring-boot-starter-parent - 2.4.5 + 2.5.0 petclinic @@ -22,14 +22,14 @@ UTF-8 - 3.3.6 - 1.11.4 - 2.2.4 - 1.8.0 - - 0.8.5 - 0.0.4.RELEASE - 0.0.25 + 5.0.1 + 1.12.1 + 3.6.0 + 2.0.1.Final + 1.10.1 + 1.3.8 + 3.0-j11 + 0.8.7 @@ -50,10 +50,6 @@ org.springframework.boot spring-boot-starter-web - - org.springframework.boot - spring-boot-starter-validation - org.springframework.boot spring-boot-starter-thymeleaf @@ -62,18 +58,12 @@ org.springframework.boot spring-boot-starter-test test - - - org.junit.vintage - junit-vintage-engine - - - + - com.h2database - h2 + org.hsqldb + hsqldb runtime @@ -119,57 +109,27 @@ spring-boot-devtools true + + + javax.validation + validation-api + ${webjars-validation-api.version} + + + ro.isdc.wro4j + wro4j-extensions + ${wro4j-extensions.version} + + + org.javalite + activeweb-lessc-maven-plugin + ${activeweb-lessc-maven-plugin.version} + + - - io.spring.javaformat - spring-javaformat-maven-plugin - ${spring-format.version} - - - validate - - validate - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.1.1 - - - com.puppycrawl.tools - checkstyle - 8.32 - - - io.spring.nohttp - nohttp-checkstyle - ${nohttp-checkstyle.version} - - - - - nohttp-checkstyle-validation - validate - - src/checkstyle/nohttp-checkstyle.xml - src/checkstyle/nohttp-checkstyle-suppressions.xml - UTF-8 - ${basedir} - **/* - **/.git/**/*,**/.idea/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class - - - check - - - - org.springframework.boot spring-boot-maven-plugin @@ -230,46 +190,13 @@ ${project.build.outputDirectory}/git.properties false - false - - ro.isdc.wro4j - wro4j-maven-plugin - ${wro4j.version} - - - generate-resources - - - run - - - - - ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory - ${project.build.directory}/classes/static/resources/css - ${basedir}/src/main/wro/wro.xml - ${basedir}/src/main/wro/wro.properties - ${basedir}/src/main/less - - - - org.webjars - bootstrap - ${webjars-bootstrap.version} - - - org.mockito - mockito-core - ${mockito.version} - - - + Apache License, Version 2.0 @@ -286,6 +213,10 @@ true + + gitlab-maven + https://gitlab.com/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven + spring-milestones Spring Milestones @@ -296,6 +227,17 @@ + + + gitlab-maven + https://gitlab.com/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven + + + gitlab-maven + https://gitlab.com/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven + + + spring-snapshots @@ -315,73 +257,4 @@ - - - m2e - - - m2e.version - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - [1,) - - check - - - - - - - - - org.springframework.boot - spring-boot-maven-plugin - [1,) - - build-info - - - - - - - - - io.spring.javaformat - spring-javaformat-maven-plugin - [0,) - - validate - - - - - - - - - - - - - - - -