WANG 6 gadi atpakaļ
vecāks
revīzija
765663fd37
1 mainītis faili ar 15 papildinājumiem un 0 dzēšanām
  1. 15 0
      pom.xml

+ 15 - 0
pom.xml

@@ -51,6 +51,21 @@
 				<artifactId>guava</artifactId>
 				<version>23.0</version>
 			</dependency>
+			<dependency>
+				<groupId>io.springfox</groupId>
+				<artifactId>springfox-swagger2</artifactId>
+				<version>2.9.2</version>
+			</dependency>
+			<dependency>
+				<groupId>io.springfox</groupId>
+				<artifactId>springfox-swagger-ui</artifactId>
+				<version>2.9.2</version>
+			</dependency>
+			<dependency>
+				<groupId>io.swagger</groupId>
+				<artifactId>swagger-annotations</artifactId>
+				<version>1.5.20</version>
+			</dependency>
 			<dependency>
 				<groupId>ch.qos.logback</groupId>
 				<artifactId>logback-access</artifactId>