We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4affb4 commit bd778b5Copy full SHA for bd778b5
.github/workflows/qodana_code_quality.yml
pom.xml
@@ -53,6 +53,11 @@
53
<groupId>org.springframework.boot</groupId>
54
<artifactId>spring-boot-starter-data-jpa</artifactId>
55
</dependency>
56
+ <dependency>
57
+ <groupId>org.springframework.boot</groupId>
58
+ <artifactId>spring-boot-starter-test</artifactId>
59
+ <scope>test</scope>
60
+ </dependency>
61
</dependencies>
62
63
<build>
0 commit comments