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 @@
<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>
......
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