Prevent spring-boot-actuator-docs from pulling in H2

Closes gh-4658
This commit is contained in:
Andy Wilkinson 2015-12-02 17:49:16 +00:00
parent ffd6e8d7eb
commit 0088300eca

View File

@ -32,6 +32,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>