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 5a01ed6 commit 4cbfcfdCopy full SHA for 4cbfcfd
modules/swagger-core/pom.xml
@@ -19,7 +19,10 @@
19
<artifactId>bnd-maven-plugin</artifactId>
20
<configuration>
21
<bnd>
22
- Import-Package: javax.validation.constraints;version="[1.1,3)",*
+ Import-Package: \
23
+ javax.validation.constraints;version="[1.1,3)", \
24
+ javax.xml.bind.annotation;version="[2.2,3)", \
25
+ *
26
</bnd>
27
</configuration>
28
</plugin>
0 commit comments