Files
spring-ws/spring-ws-bom/build.gradle
Andy Wilkinson 49e6c9a70f Port the build to Gradle
Closes gh-1457
2025-02-28 16:38:31 +01:00

18 lines
357 B
Groovy
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
plugins {
id "java-platform"
id "maven-publish"
id "org.springframework.ws.conventions"
}
description = "Spring WS Bill of Materials (BOM)"
dependencies {
constraints {
api(project(":spring-ws-core"))
api(project(":spring-ws-security"))
api(project(":spring-ws-support"))
api(project(":spring-ws-test"))
api(project(":spring-xml"))
}
}