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

This commit is contained in:
Andy Wilkinson
2016-02-12 09:39:05 +00:00
parent 295dc65b78
commit ac5c6f725c

View File

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