Skip to content

Commit bd778b5

Browse files
committed
Added test dependency
1 parent f4affb4 commit bd778b5

File tree

2 files changed

+5
-40
lines changed

2 files changed

+5
-40
lines changed

.github/workflows/qodana_code_quality.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
<groupId>org.springframework.boot</groupId>
5454
<artifactId>spring-boot-starter-data-jpa</artifactId>
5555
</dependency>
56+
<dependency>
57+
<groupId>org.springframework.boot</groupId>
58+
<artifactId>spring-boot-starter-test</artifactId>
59+
<scope>test</scope>
60+
</dependency>
5661
</dependencies>
5762

5863
<build>

0 commit comments

Comments
 (0)