diff --git a/rsocket-bom/build.gradle b/rsocket-bom/build.gradle index ca48a87c0..0a7cda402 100755 --- a/rsocket-bom/build.gradle +++ b/rsocket-bom/build.gradle @@ -24,7 +24,7 @@ description = 'RSocket Java Bill of materials.' dependencies { constraints { - parent.subprojects.findAll { it.name != project.name }.sort { "$it.name" }.each { + parent.subprojects.findAll { it.name != project.name && it.name != "rsocket-examples" }.sort { "$it.name" }.each { api it } }