summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormicdzied <michal.1.dziedzic@nokia.com>2018-05-07 08:42:44 +0200
committermicdzied <michal.1.dziedzic@nokia.com>2018-05-07 12:43:40 +0200
commit7e7aa0c165665f74b628ba5c95fb3cdae72f4449 (patch)
tree737fe8068a44e7e297c305af1ff699b1f53a7c5e /pom.xml
parentee36c363b3c90055d9b10059775a9d54a76f767a (diff)
creating swagger documentation
Change-Id: I8ca3faf2e6afb7add2785add2ac9096ded98f591 Issue-ID: DCAEGEN2-468 Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ccbf9aea..37c742ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -546,6 +546,18 @@
<scope>test</scope>
</dependency>
+ <!--REQUIRED TO GENERATE DOCUMENTATION -->
+ <dependency>
+ <groupId>io.springfox</groupId>
+ <artifactId>springfox-swagger2</artifactId>
+ <version>2.8.0</version>
+ </dependency>
+ <dependency>
+ <groupId>io.springfox</groupId>
+ <artifactId>springfox-swagger-ui</artifactId>
+ <version>2.8.0</version>
+ </dependency>
+
<!-- ONLY REQUIRED TO RUN TESTS IN AN IDE THAT BUNDLES AN OLDER VERSION -->
<dependency>
<groupId>org.junit.platform</groupId>