Commit da30cb01 authored by Ben Anderson's avatar Ben Anderson

Added swagger UI dependency

parent 56207eb6
...@@ -50,6 +50,12 @@ ...@@ -50,6 +50,12 @@
<artifactId>spring-kafka-test</artifactId> <artifactId>spring-kafka-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
<version>3.0.0</version>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment