Commit 09ca198f2ac4591dc1343cfb0b6a76b52e669701
Merge branch 'master' of github.com:thingsboard/thingsboard
Showing
2 changed files
with
0 additions
and
9 deletions
... | ... | @@ -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> | ... | ... |