Browse Source

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

Closes gh-4658
pull/4666/head
Andy Wilkinson 10 years ago
parent
commit
0088300eca
  1. 1
      spring-boot-actuator-docs/pom.xml

1
spring-boot-actuator-docs/pom.xml

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

Loading…
Cancel
Save