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.
This commit is contained in:
Roger Jäggi
2024-01-19 09:43:35 +01:00
committed by Oliver Drotbohm
parent e26d4027f6
commit d7f648e990

View File

@@ -49,6 +49,16 @@
<artifactId>spring-modulith-events-api</artifactId>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-events-aws-sns</artifactId>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-events-aws-sqs</artifactId>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-events-core</artifactId>