add sonar keys to pom.xml

This commit is contained in:
darefjev44 2024-04-11 21:46:53 +01:00 committed by GitHub
parent e75740a794
commit 953ee911e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,6 +35,11 @@
<nohttp-checkstyle.version>0.0.11</nohttp-checkstyle.version> <nohttp-checkstyle.version>0.0.11</nohttp-checkstyle.version>
<spring-format.version>0.0.40</spring-format.version> <spring-format.version>0.0.40</spring-format.version>
<!-- Sonarcloud -->
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>darefjev-mtu</sonar.organization>
<sonar.projectKey>darefjev44_spring-petclinic</sonar.projectKey>
</properties> </properties>
<dependencies> <dependencies>