From b04fae47a1f0afe1c334290199777bfce1a34edc Mon Sep 17 00:00:00 2001 From: andriluccahannes <lb214@hdm-stuttgart.de> Date: Mon, 4 Dec 2023 18:00:59 +0100 Subject: [PATCH] add mongodb dependency --- sth-backend/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sth-backend/pom.xml b/sth-backend/pom.xml index 73923b6..e3916aa 100644 --- a/sth-backend/pom.xml +++ b/sth-backend/pom.xml @@ -65,6 +65,11 @@ <artifactId>log4j-core</artifactId> <version>2.22.0</version> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-data-mongodb</artifactId> + </dependency> + </dependencies> <build> -- GitLab