Commit 79e21575ad69e101b594d5806a5972f24b5f0ad3

Authored by VoBa
Committed by Igor Kulikov
1 parent 94692401

Fixed broken swagger-ui (#1878)

... ... @@ -202,10 +202,6 @@
202 202 </dependency>
203 203 <dependency>
204 204 <groupId>io.springfox</groupId>
205   - <artifactId>springfox-swagger-ui</artifactId>
206   - </dependency>
207   - <dependency>
208   - <groupId>io.springfox</groupId>
209 205 <artifactId>springfox-swagger2</artifactId>
210 206 </dependency>
211 207 <dependency>
... ...
... ... @@ -781,11 +781,6 @@
781 781 </dependency>
782 782 <dependency>
783 783 <groupId>io.springfox</groupId>
784   - <artifactId>springfox-swagger-ui</artifactId>
785   - <version>${springfox-swagger.version}</version>
786   - </dependency>
787   - <dependency>
788   - <groupId>io.springfox</groupId>
789 784 <artifactId>springfox-swagger2</artifactId>
790 785 <version>${springfox-swagger.version}</version>
791 786 </dependency>
... ...