fix pom in jaxrs-cxf-cdi (#6343)

This commit is contained in:
wing328 2017-08-21 15:51:30 +08:00 committed by GitHub
parent 2d2f88e3d1
commit 6ff612ffcb
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
<dependency> <dependency>
<groupId>io.swagger</groupId> <groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId> <artifactId>swagger-annotations</artifactId>
<version>[1.5.3,2)</version> <version>[1.5.3,1.5.16]</version>
</dependency> </dependency>
{{#useBeanValidation}} {{#useBeanValidation}}

View File

@ -74,7 +74,7 @@
<dependency> <dependency>
<groupId>io.swagger</groupId> <groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId> <artifactId>swagger-annotations</artifactId>
<version>[1.5.3,2)</version> <version>[1.5.3,1.5.16]</version>
</dependency> </dependency>
<!-- Bean Validation API support --> <!-- Bean Validation API support -->