Skip to content

Commit 0f56188

Browse files
committed
spring-webflux is not required
1 parent 407739b commit 0f56188

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>io.pivotal.app.actuator</groupId>
1414
<artifactId>spring-boot-starter-runtime-metadata</artifactId>
15-
<version>0.1.1</version>
15+
<version>0.1.2</version>
1616

1717
<name>spring-boot-starter-runtime-metadata</name>
1818
<description>Adds custom actuator endpoints that share details on the dependencies the application requires at runtime</description>
@@ -65,14 +65,6 @@
6565
<groupId>org.springframework.boot</groupId>
6666
<artifactId>spring-boot-starter-actuator</artifactId>
6767
</dependency>
68-
<dependency>
69-
<groupId>org.springframework.boot</groupId>
70-
<artifactId>spring-boot-starter-webflux</artifactId>
71-
</dependency>
72-
<dependency>
73-
<groupId>org.apache.commons</groupId>
74-
<artifactId>commons-lang3</artifactId>
75-
</dependency>
7668
<dependency>
7769
<groupId>org.cyclonedx</groupId>
7870
<artifactId>cyclonedx-core-java</artifactId>

0 commit comments

Comments
 (0)