GH-161 - Add BOM entries for Spring Modulith Events JDBC and MongoDB.

This commit is contained in:
Oliver Drotbohm
2023-03-05 11:16:42 +01:00
parent d0ffcddd29
commit e16efe92d2

View File

@@ -54,11 +54,21 @@
<artifactId>spring-modulith-events-jackson</artifactId>
<version>0.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-jdbc</artifactId>
<version>0.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-jpa</artifactId>
<version>0.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-mongodb</artifactId>
<version>0.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-tests</artifactId>