Skip to content
Snippets Groups Projects
Commit b04fae47 authored by Bauer Lucca's avatar Bauer Lucca
Browse files

add mongodb dependency

parent 8936eb6c
No related branches found
No related tags found
1 merge request!7Dev in Main Merge
...@@ -65,6 +65,11 @@ ...@@ -65,6 +65,11 @@
<artifactId>log4j-core</artifactId> <artifactId>log4j-core</artifactId>
<version>2.22.0</version> <version>2.22.0</version>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment