2020-01-10 21:48:43 +08:00
|
|
|
plugins {
|
2020-01-23 03:24:37 +08:00
|
|
|
id "org.springframework.boot.starter"
|
2020-01-10 21:48:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
description = "Starter for using Spring Web Services"
|
|
|
|
|
|
|
|
dependencies {
|
2020-01-23 06:09:17 +08:00
|
|
|
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
|
2025-03-28 18:23:50 +08:00
|
|
|
api(project(":spring-boot-project:spring-boot-webservices"))
|
2020-01-23 06:09:17 +08:00
|
|
|
api("com.sun.xml.messaging.saaj:saaj-impl")
|
2021-12-01 04:32:16 +08:00
|
|
|
api("jakarta.xml.ws:jakarta.xml.ws-api")
|
2020-01-10 21:48:43 +08:00
|
|
|
}
|