Skip to content

Commit

Permalink
Drop runtime swagger support (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrys-odysseus authored Oct 14, 2024
1 parent b249b12 commit 8b2ad88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 81 deletions.
11 changes: 3 additions & 8 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,9 @@

<!--Swagger-->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<version>${springfox.swagger2.version}</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>${springfox.swagger2.version}</version>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.5.20</version>
</dependency>

<!--Logging-->
Expand Down

This file was deleted.

3 changes: 0 additions & 3 deletions engine/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ connectionpool:
runtime:
timeOutSec: 259200

swagger:
enable: false

csv:
separator: ','

Expand Down

0 comments on commit 8b2ad88

Please sign in to comment.