Commit 0088300e authored by Andy Wilkinson's avatar Andy Wilkinson

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

Closes gh-4658
parent ffd6e8d7
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
<dependency> <dependency>
<groupId>com.h2database</groupId> <groupId>com.h2database</groupId>
<artifactId>h2</artifactId> <artifactId>h2</artifactId>
<scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</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