We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acb532f + 1e711d8 commit a6f9e5bCopy full SHA for a6f9e5b
spring-boot-actuator-docs/pom.xml
@@ -18,6 +18,11 @@
18
<main.basedir>${basedir}/..</main.basedir>
19
</properties>
20
<dependencies>
21
+ <dependency>
22
+ <groupId>org.springframework.hateoas</groupId>
23
+ <artifactId>spring-hateoas</artifactId>
24
+ </dependency>
25
+
26
<!-- Provided -->
27
<dependency>
28
<groupId>org.springframework.boot</groupId>
@@ -83,11 +88,6 @@
83
88
<artifactId>spring-test</artifactId>
84
89
<scope>provided</scope>
85
90
</dependency>
86
- <dependency>
87
- <groupId>org.springframework.hateoas</groupId>
- <artifactId>spring-hateoas</artifactId>
- <scope>provided</scope>
- </dependency>
91
92
<groupId>org.springframework.plugin</groupId>
93
<artifactId>spring-plugin-core</artifactId>
0 commit comments