We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a15989 commit 95a96fbCopy full SHA for 95a96fb
1 file changed
modules/jooby-openapi/pom.xml
@@ -33,6 +33,12 @@
33
<groupId>jakarta.validation</groupId>
34
<artifactId>jakarta.validation-api</artifactId>
35
</dependency>
36
+ <!-- Swagger depends on this legacy API -->
37
+ <dependency>
38
+ <groupId>javax.xml.bind</groupId>
39
+ <artifactId>jaxb-api</artifactId>
40
+ <version>2.3.1</version>
41
+ </dependency>
42
<!-- ASM -->
43
<dependency>
44
<groupId>org.ow2.asm</groupId>
0 commit comments