Commit 63b75910 authored by Andy Wilkinson's avatar Andy Wilkinson

Add another dependency required for javadoc generation with Java 9

See gh-10515
parent c3d10a81
...@@ -241,6 +241,11 @@ ...@@ -241,6 +241,11 @@
<artifactId>micrometer-registry-prometheus</artifactId> <artifactId>micrometer-registry-prometheus</artifactId>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-statsd</artifactId>
<optional>true</optional>
</dependency>
<dependency> <dependency>
<groupId>io.projectreactor.ipc</groupId> <groupId>io.projectreactor.ipc</groupId>
<artifactId>reactor-netty</artifactId> <artifactId>reactor-netty</artifactId>
......
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