Skip to content

Commit 23b09ec

Browse files
dreis2211wilkinsona
authored andcommitted
Make dependency available for javadoc generation
See spring-projectsgh-17111
1 parent 95d0e26 commit 23b09ec

File tree

1 file changed

+5
-0
lines changed
  • spring-boot-project/spring-boot-docs

1 file changed

+5
-0
lines changed

spring-boot-project/spring-boot-docs/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,11 @@
437437
<artifactId>commons-dbcp2</artifactId>
438438
<optional>true</optional>
439439
</dependency>
440+
<dependency>
441+
<groupId>org.apache.derby</groupId>
442+
<artifactId>derby</artifactId>
443+
<optional>true</optional>
444+
</dependency>
440445
<dependency>
441446
<groupId>org.apache.kafka</groupId>
442447
<artifactId>kafka-streams</artifactId>

0 commit comments

Comments
 (0)