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

Closes gh-4658
pull/4666/head
Andy Wilkinson 9 years ago
parent ffd6e8d7eb
commit 0088300eca

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

Loading…
Cancel
Save