Skip to content

Commit e16efe9

Browse files
committed
GH-161 - Add BOM entries for Spring Modulith Events JDBC and MongoDB.
1 parent d0ffcdd commit e16efe9

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
@@ -54,11 +54,21 @@
5454
<artifactId>spring-modulith-events-jackson</artifactId>
5555
<version>0.5.0-SNAPSHOT</version>
5656
</dependency>
57+
<dependency>
58+
<groupId>org.springframework.experimental</groupId>
59+
<artifactId>spring-modulith-events-jdbc</artifactId>
60+
<version>0.5.0-SNAPSHOT</version>
61+
</dependency>
5762
<dependency>
5863
<groupId>org.springframework.experimental</groupId>
5964
<artifactId>spring-modulith-events-jpa</artifactId>
6065
<version>0.5.0-SNAPSHOT</version>
6166
</dependency>
67+
<dependency>
68+
<groupId>org.springframework.experimental</groupId>
69+
<artifactId>spring-modulith-events-mongodb</artifactId>
70+
<version>0.5.0-SNAPSHOT</version>
71+
</dependency>
6272
<dependency>
6373
<groupId>org.springframework.experimental</groupId>
6474
<artifactId>spring-modulith-events-tests</artifactId>

0 commit comments

Comments
 (0)