We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9b291 commit 9d0d082Copy full SHA for 9d0d082
1 file changed
pom.xml
@@ -32,6 +32,11 @@
32
<sonar.coverage.jacoco.xmlReportPaths>${project.build.directory}/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
33
</properties>
34
<dependencies>
35
+ <dependency>
36
+ <groupId>com.h2database</groupId>
37
+ <artifactId>h2</artifactId>
38
+ <scope>test</scope>
39
+ </dependency>
40
<dependency>
41
<groupId>org.springframework.boot</groupId>
42
<artifactId>spring-boot-starter-actuator</artifactId>
0 commit comments