|
@@ -53,6 +53,11 @@
|
|
|
<artifactId>swagger-annotations</artifactId>
|
|
|
<version>1.5.20</version>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.jsoup</groupId>
|
|
|
+ <artifactId>jsoup</artifactId>
|
|
|
+ <version>1.12.1</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
|