diff --git a/common_library/pom.xml b/common_library/pom.xml index 3faccf9d86604a3d277d80682874eb190f00f2d7..6d7f774e19b7a8040da2e5bbedec751e04011ecd 100644 --- a/common_library/pom.xml +++ b/common_library/pom.xml @@ -57,6 +57,11 @@ <artifactId>swagger-annotations</artifactId> <version>1.6.2</version> </dependency> + <dependency> + <groupId>io.swagger</groupId> + <artifactId>swagger-annotations</artifactId> + <version>1.6.9</version> + </dependency> </dependencies> </project>