Skip to content

Commit

Permalink
GH-472 - Add missing events-aws-* modules to BOM.
Browse files Browse the repository at this point in the history
Adds spring-modulith-events-aws-sns and spring-modulith-events-aws-sqs modules to the project BOM.
  • Loading branch information
jaeggir authored and odrotbohm committed Jan 19, 2024
1 parent e26d402 commit d7f648e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spring-modulith-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d7f648e

Please sign in to comment.