Commit ac5c6f72 authored by Andy Wilkinson's avatar Andy Wilkinson

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

parent 295dc65b
......@@ -105,6 +105,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment