Skip to content

Commit ac5c6f7

Browse files
committed
Correct the scope of the postgresql dependency in spring-boot-devtools
1 parent 295dc65 commit ac5c6f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-devtools/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
<dependency>
106106
<groupId>org.postgresql</groupId>
107107
<artifactId>postgresql</artifactId>
108+
<scope>test</scope>
108109
</dependency>
109110
<dependency>
110111
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)