Provide a bom that manages all modules
Closes gh-831
This commit is contained in:
16
spring-restdocs-bom/build.gradle
Normal file
16
spring-restdocs-bom/build.gradle
Normal file
@@ -0,0 +1,16 @@
|
||||
plugins {
|
||||
id "java-platform"
|
||||
id "maven-publish"
|
||||
}
|
||||
|
||||
description = "Spring REST Docs Bill of Materials"
|
||||
|
||||
dependencies {
|
||||
constraints {
|
||||
api(project(":spring-restdocs-asciidoctor"))
|
||||
api(project(":spring-restdocs-core"))
|
||||
api(project(":spring-restdocs-mockmvc"))
|
||||
api(project(":spring-restdocs-restassured"))
|
||||
api(project(":spring-restdocs-webtestclient"))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user