From 455f4c94ae1a651d90c7935c3b3647a27ab96c36 Mon Sep 17 00:00:00 2001 From: hantsy Date: Wed, 6 Oct 2021 20:44:41 +0800 Subject: [PATCH] chore: add SmallRye Mutiny dependency --- spring-boot-project/spring-boot-dependencies/build.gradle | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4c666f34d57b..336fc18541b7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1438,6 +1438,13 @@ bom { ] } } + library("SmallRye Mutiny", "1.0.0") { + group("io.smallrye.reactive") { + modules = [ + "mutiny" + ] + } + } library("Spring Boot", "${version}") { group("org.springframework.boot") { modules = [