Skip to content

Commit a6f9e5b

Browse files
committed
Merge branch '1.5.x'
2 parents acb532f + 1e711d8 commit a6f9e5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spring-boot-actuator-docs/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
<main.basedir>${basedir}/..</main.basedir>
1919
</properties>
2020
<dependencies>
21+
<dependency>
22+
<groupId>org.springframework.hateoas</groupId>
23+
<artifactId>spring-hateoas</artifactId>
24+
</dependency>
25+
2126
<!-- Provided -->
2227
<dependency>
2328
<groupId>org.springframework.boot</groupId>
@@ -83,11 +88,6 @@
8388
<artifactId>spring-test</artifactId>
8489
<scope>provided</scope>
8590
</dependency>
86-
<dependency>
87-
<groupId>org.springframework.hateoas</groupId>
88-
<artifactId>spring-hateoas</artifactId>
89-
<scope>provided</scope>
90-
</dependency>
9191
<dependency>
9292
<groupId>org.springframework.plugin</groupId>
9393
<artifactId>spring-plugin-core</artifactId>

0 commit comments

Comments
 (0)