Skip to content

Commit 8e7410d

Browse files
author
muriloalvesdev
committed
dependency swagger
1 parent 74575cc commit 8e7410d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@
2121
</properties>
2222

2323
<dependencies>
24+
<dependency>
25+
<artifactId>springfox-swagger2</artifactId>
26+
<groupId>io.springfox</groupId>
27+
<version>2.9.2</version>
28+
</dependency>
29+
<dependency>
30+
<artifactId>springfox-swagger-ui</artifactId>
31+
<groupId>io.springfox</groupId>
32+
<version>2.9.2</version>
33+
</dependency>
2434
<dependency>
2535
<groupId>com.h2database</groupId>
2636
<artifactId>h2</artifactId>

0 commit comments

Comments
 (0)