diff --git a/pom.xml b/pom.xml index 5ad4c6b..dfd42b9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,24 +1,53 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.samples.petclinic.visits - spring-petclinic-visits-service + backend-visits-service + 3.4.1 jar Spring PetClinic Visits Service - org.springframework.samples - spring-petclinic-microservices + org.springframework.boot + spring-boot-starter-parent 3.4.1 + + 17 + 2024.0.0 + 3.1.0 + 1.7.1 8081 ${basedir}/../docker + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring-cloud.version} + pom + import + + + de.codecentric + chaos-monkey-spring-boot + ${chaos-monkey-spring-boot.version} + + + org.jolokia + jolokia-core + ${jolokia-core.version} + + + + @@ -107,6 +136,56 @@ + + + + + org.springframework.boot + spring-boot-maven-plugin + + + true + + + + + + build-info + + + + ${project.build.sourceEncoding} + ${project.reporting.outputEncoding} + ${java.version} + + + + + + + + + io.github.git-commit-id + git-commit-id-maven-plugin + + + + revision + + + + + true + yyyy-MM-dd'T'HH:mm:ssZ + true + ${project.build.outputDirectory}/git.properties + false + false + + + + + buildDocker @@ -120,4 +199,4 @@ - + \ No newline at end of file