diff options
author | yanhuanwang <martin.yan.seu@gmail.com> | 2019-05-28 08:15:18 +0000 |
---|---|---|
committer | yanhuanwang <martin.yan.seu@gmail.com> | 2019-05-28 08:15:18 +0000 |
commit | 1fb8e38651f21adcd3159c0b9ca927fc7f9338af (patch) | |
tree | ae281e1c4e04b75f2c19f5c30f1af22f0bff365c /datafile-app-server/pom.xml | |
parent | 2187fc6e6b4b4783389289fb87bd6a3676ad2c72 (diff) |
Fix a small bug for swagger-ui
swagger-ui and actuator-ui are missing.
This commit is to fix this bug.
Change-Id: I237ad1739dd23b7316a3efecb40a9bd78247ff33
Issue-ID: DCAEGEN2-1535
Signed-off-by: yanhuanwang <martin.yan.seu@gmail.com>
Diffstat (limited to 'datafile-app-server/pom.xml')
-rw-r--r-- | datafile-app-server/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/datafile-app-server/pom.xml b/datafile-app-server/pom.xml index 42bdd771..66545c30 100644 --- a/datafile-app-server/pom.xml +++ b/datafile-app-server/pom.xml @@ -98,6 +98,14 @@ <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> </dependency> + <dependency> + <groupId>io.springfox</groupId> + <artifactId>springfox-swagger-ui</artifactId> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-actuator</artifactId> + </dependency> </dependencies> <build> |