GH-4 - Add MongoDB starter to BOM.

This commit is contained in:
Oliver Drotbohm
2022-07-28 19:36:55 +02:00
parent e6350fd3fc
commit 2c2032e5d9

View File

@@ -85,6 +85,11 @@
<artifactId>spring-modulith-starter-jpa</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-mongodb</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-test</artifactId>