Update pom.xml

This commit is contained in:
Ugur Bozkurt 2023-04-24 12:18:34 +03:00 committed by GitHub
parent 7e9f1451c4
commit 815f7d5c21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,13 @@
<artifactId>spring-petclinic</artifactId>
<version>3.0.0-SNAPSHOT</version>
<properties>
<sonar.host.url>http://3.125.122.254:9000</sonar.host.url>
<sonar.login>admin</sonar.login>
<sonar.password>sonar</sonar.password>
</properties>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>