Skip to content

Commit f6cbee6

Browse files
committed
Add missing javadoc dependency
1 parent bb3f32f commit f6cbee6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-boot-docs/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,11 @@
268268
<artifactId>javax.jms-api</artifactId>
269269
<optional>true</optional>
270270
</dependency>
271+
<dependency>
272+
<groupId>javax.json.bind</groupId>
273+
<artifactId>javax.json.bind-api</artifactId>
274+
<optional>true</optional>
275+
</dependency>
271276
<dependency>
272277
<groupId>javax.mail</groupId>
273278
<artifactId>javax.mail-api</artifactId>

0 commit comments

Comments
 (0)