Skip to content

Commit

Permalink
Merge pull request #4595 from swagger-api/issue-4590
Browse files Browse the repository at this point in the history
Add JAX-RS v2.2 tolerance by swagger-core
  • Loading branch information
micryc committed Jan 18, 2024
2 parents 5a01ed6 + 4cbfcfd commit 87f6dca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/swagger-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
<artifactId>bnd-maven-plugin</artifactId>
<configuration>
<bnd>
Import-Package: javax.validation.constraints;version="[1.1,3)",*
Import-Package: \
javax.validation.constraints;version="[1.1,3)", \
javax.xml.bind.annotation;version="[2.2,3)", \
*
</bnd>
</configuration>
</plugin>
Expand Down

0 comments on commit 87f6dca

Please sign in to comment.