We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2667151 commit fdfb6a1Copy full SHA for fdfb6a1
pom.xml
@@ -23,6 +23,9 @@
23
<spring.version>5.0.7.RELEASE</spring.version>
24
<junit.version>4.12</junit.version>
25
<log4j.version>1.2.17</log4j.version>
26
+ <sonar.host.url>http://localhost:9000/</sonar.host.url>
27
+ <sonar.login>admin</sonar.login>
28
+ <sonar.password>sqp_ff21ed76f82ba217c097be4b1fedf305b4e2a1db</sonar.password>
29
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
30
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
31
</properties>
0 commit comments