Skip to content

Commit 87f6dca

Browse files
authored
Merge pull request #4595 from swagger-api/issue-4590
Add JAX-RS v2.2 tolerance by swagger-core
2 parents 5a01ed6 + 4cbfcfd commit 87f6dca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/swagger-core/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
<artifactId>bnd-maven-plugin</artifactId>
2020
<configuration>
2121
<bnd>
22-
Import-Package: javax.validation.constraints;version="[1.1,3)",*
22+
Import-Package: \
23+
javax.validation.constraints;version="[1.1,3)", \
24+
javax.xml.bind.annotation;version="[2.2,3)", \
25+
*
2326
</bnd>
2427
</configuration>
2528
</plugin>

0 commit comments

Comments
 (0)