Skip to content

Commit 84f0484

Browse files
committed
Add dependencies needed for javadoc generation
See gh-9066 See gh-4299
1 parent 45a337b commit 84f0484

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

spring-boot-docs/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,11 @@
473473
<artifactId>infinispan-spring4-embedded</artifactId>
474474
<optional>true</optional>
475475
</dependency>
476+
<dependency>
477+
<groupId>org.influxdb</groupId>
478+
<artifactId>influxdb-java</artifactId>
479+
<optional>true</optional>
480+
</dependency>
476481
<dependency>
477482
<groupId>org.jolokia</groupId>
478483
<artifactId>jolokia-core</artifactId>
@@ -498,6 +503,11 @@
498503
<artifactId>mongodb-driver-reactivestreams</artifactId>
499504
<optional>true</optional>
500505
</dependency>
506+
<dependency>
507+
<groupId>org.quartz-scheduler</groupId>
508+
<artifactId>quartz</artifactId>
509+
<optional>true</optional>
510+
</dependency>
501511
<dependency>
502512
<groupId>org.skyscreamer</groupId>
503513
<artifactId>jsonassert</artifactId>

0 commit comments

Comments
 (0)