add missing dependency on java11

This commit is contained in:
Zlatin Balevsky
2020-04-29 03:47:01 +01:00
parent ad698cf1b9
commit 0a66267264

View File

@@ -41,5 +41,7 @@ dependencies {
compile 'org.springframework.boot:spring-boot-starter'
compile 'org.springframework.boot:spring-boot-starter-actuator'
compile 'org.springframework.boot:spring-boot-starter-web'
runtime 'javax.jws:jsr181-api:1.0-MR1'
}