diff options
Diffstat (limited to 'prh-app-server/pom.xml')
-rw-r--r-- | prh-app-server/pom.xml | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml index cb85db11..668b729a 100644 --- a/prh-app-server/pom.xml +++ b/prh-app-server/pom.xml @@ -108,22 +108,10 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> - <exclusions> - <exclusion> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-json</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-webflux</artifactId> - <exclusions> - <exclusion> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-json</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>com.spotify</groupId> @@ -237,6 +225,15 @@ <artifactId>prh-aai-client</artifactId> <version>1.0.0-SNAPSHOT</version> </dependency> + <!--REQUIRED TO GENERATE DOCUMENTATION --> + <dependency> + <groupId>io.springfox</groupId> + <artifactId>springfox-swagger2</artifactId> + </dependency> + <dependency> + <groupId>io.springfox</groupId> + <artifactId>springfox-swagger-ui</artifactId> + </dependency> </dependencies> <dependencyManagement> |