Correct the scope of the postgresql dependency in spring-boot-devtools

pull/5146/head
Andy Wilkinson 9 years ago
parent 295dc65b78
commit ac5c6f725c

@ -105,6 +105,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>

Loading…
Cancel
Save