Prevent spring-boot-actuator-docs from pulling in H2
Closes gh-4658
This commit is contained in:
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…
Reference in New Issue