Skip to content

Commit

Permalink
remove swagger to reduce file size
Browse files Browse the repository at this point in the history
  • Loading branch information
devalex88 committed May 17, 2018
1 parent 4d1ca1b commit 380892b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<springfox-swagger2.version>2.8.0</springfox-swagger2.version>
</properties>

<dependencies>
Expand All @@ -36,18 +35,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>

<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>
</dependency>
</dependencies>

<build>
Expand Down

This file was deleted.

0 comments on commit 380892b

Please sign in to comment.