Skip to content

Commit d7f648e

Browse files
jaeggirodrotbohm
authored andcommitted
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.
1 parent e26d402 commit d7f648e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

spring-modulith-bom/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@
4949
<artifactId>spring-modulith-events-api</artifactId>
5050
<version>1.1.2-SNAPSHOT</version>
5151
</dependency>
52+
<dependency>
53+
<groupId>org.springframework.modulith</groupId>
54+
<artifactId>spring-modulith-events-aws-sns</artifactId>
55+
<version>1.1.2-SNAPSHOT</version>
56+
</dependency>
57+
<dependency>
58+
<groupId>org.springframework.modulith</groupId>
59+
<artifactId>spring-modulith-events-aws-sqs</artifactId>
60+
<version>1.1.2-SNAPSHOT</version>
61+
</dependency>
5262
<dependency>
5363
<groupId>org.springframework.modulith</groupId>
5464
<artifactId>spring-modulith-events-core</artifactId>

0 commit comments

Comments
 (0)