From 1c1056fecc9daced791e39655024452ff65062c4 Mon Sep 17 00:00:00 2001 From: Andrew Pitt Date: Mon, 6 Jan 2020 21:05:18 -0500 Subject: [PATCH] Updated pom --- pom.xml | 528 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 266 insertions(+), 262 deletions(-) diff --git a/pom.xml b/pom.xml index 28c17f0eb..d84daff06 100644 --- a/pom.xml +++ b/pom.xml @@ -1,288 +1,292 @@ - 4.0.0 - org.springframework.samples - spring-petclinic - 2.1.0.BUILD-SNAPSHOT + xmlns="http://maven.apache.org/POM/4.0.0" + 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.1.0.BUILD-SNAPSHOT - - org.springframework.boot - spring-boot-starter-parent - 2.2.2.RELEASE - - petclinic + + org.springframework.boot + spring-boot-starter-parent + 2.2.2.RELEASE + + petclinic - + - - 1.8 - UTF-8 - UTF-8 + + 1.8 + UTF-8 + UTF-8 - - 3.3.6 - 1.11.4 - 2.2.4 - 1.8.0 + + 3.3.6 + 1.11.4 + 2.2.4 + 1.8.0 - 0.8.2 + 0.8.2 - + - - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-cache - - - org.springframework.boot - spring-boot-starter-data-jpa - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-thymeleaf - - - org.springframework.boot - spring-boot-starter-test - test - + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-cache + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-test + test + - - - org.hsqldb - hsqldb - runtime - - - mysql - mysql-connector-java - runtime - + + + org.hsqldb + hsqldb + runtime + + + mysql + mysql-connector-java + runtime + - - - javax.cache - cache-api - - - org.ehcache - ehcache - + + + javax.cache + cache-api + + + org.ehcache + ehcache + - - - org.webjars - webjars-locator-core - - - org.webjars - jquery - ${webjars-jquery.version} - - - org.webjars - jquery-ui - ${webjars-jquery-ui.version} - - - org.webjars - bootstrap - ${webjars-bootstrap.version} - - + + + org.webjars + webjars-locator-core + + + org.webjars + jquery + ${webjars-jquery.version} + + + org.webjars + jquery-ui + ${webjars-jquery-ui.version} + + + org.webjars + bootstrap + ${webjars-bootstrap.version} + + - - org.springframework.boot - spring-boot-devtools - true - - - - org.seleniumhq.selenium - selenium-java - - + + org.springframework.boot + spring-boot-devtools + true + - - app - - - org.springframework.boot - spring-boot-maven-plugin - - - - - build-info - - - - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} - ${maven.compiler.source} - ${maven.compiler.target} - - - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - prepare-agent - - - - report - prepare-package - - report - - - - + + org.seleniumhq.selenium + selenium-java + + - - - pl.project13.maven - git-commit-id-plugin - - - - revision - - - - - true - yyyy-MM-dd'T'HH:mm:ssZ - true - ${project.build.outputDirectory}/git.properties - - false - - + + app + + + org.springframework.boot + spring-boot-maven-plugin + + + + + build-info + + + + ${project.build.sourceEncoding} + ${project.reporting.outputEncoding} + ${maven.compiler.source} + ${maven.compiler.target} + + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + prepare-package + + report + + + + - - 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} - - - - - - maven-surefire-plugin - - - **/integration/* - - - - - + + + pl.project13.maven + git-commit-id-plugin + + + + revision + + + + + true + yyyy-MM-dd'T'HH:mm:ssZ + true + ${project.build.outputDirectory}/git.properties + + 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} + + + + + + maven-surefire-plugin + + + **/integration/* + + + + + - failsafe - - - - maven-failsafe-plugin - 2.22.0 - - - **/integration/* - - - **/test/* - - - - - - integration-test - verify - - - - - - + failsafe + + + + maven-failsafe-plugin + 2.22.0 + + + **/integration/* + + + **/test/* + + + + + + integration-test + verify + + + + + + - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0 - - + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + - - - nexus - Nexus - http://nexus.cicd.svc.cluster.local:8081/content/groups/public - - true - - - + + + nexus + Nexus + http://nexus.cicd.svc.cluster.local:8081/content/groups/public + + true + + + - - - nexus - Nexus - http://nexus.cicd.svc.cluster.local:8081/content/groups/public - - true - - - + + + nexus + Nexus + http://nexus.cicd.svc.cluster.local:8081/content/groups/public + + true + + +