From d7f648e9901e4d3054ab025b8defa86e8ac7017c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20J=C3=A4ggi?= Date: Fri, 19 Jan 2024 09:43:35 +0100 Subject: [PATCH] GH-472 - Add missing events-aws-* modules to BOM. Adds spring-modulith-events-aws-sns and spring-modulith-events-aws-sqs modules to the project BOM. --- spring-modulith-bom/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spring-modulith-bom/pom.xml b/spring-modulith-bom/pom.xml index f8fb0938..248d72da 100644 --- a/spring-modulith-bom/pom.xml +++ b/spring-modulith-bom/pom.xml @@ -49,6 +49,16 @@ spring-modulith-events-api 1.1.2-SNAPSHOT + + org.springframework.modulith + spring-modulith-events-aws-sns + 1.1.2-SNAPSHOT + + + org.springframework.modulith + spring-modulith-events-aws-sqs + 1.1.2-SNAPSHOT + org.springframework.modulith spring-modulith-events-core