diff --git a/build.gradle b/build.gradle index 80136d05..2e2906fb 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,8 @@ subprojects { if (!project.name.endsWith("-bom")) dependencies { - implementation(platform("org.springframework.boot:spring-boot-dependencies:$springBootVersion")) + if (!project.name.contains("micronaut")) + implementation(platform("org.springframework.boot:spring-boot-dependencies:$springBootVersion")) testCompile "junit:junit:4.12" } }