Skip to content

Commit 95a96fb

Browse files
committed
jooby-open-api: fix classnotfound error after classpath cleanup
- swagger depends on this old/legacy API
1 parent 6a15989 commit 95a96fb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

modules/jooby-openapi/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
<groupId>jakarta.validation</groupId>
3434
<artifactId>jakarta.validation-api</artifactId>
3535
</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>
3642
<!-- ASM -->
3743
<dependency>
3844
<groupId>org.ow2.asm</groupId>

0 commit comments

Comments
 (0)