Skip to content

Commit

Permalink
Add flapdoodleshmoodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Venomean committed Nov 12, 2024
1 parent 7225119 commit ce87f6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo.spring3x</artifactId>
<version>4.13.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
1 change: 1 addition & 0 deletions backend/src/test/resources/application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
de.flapdoodle.mongodb.embedded.version=7.0.4

0 comments on commit ce87f6d

Please sign in to comment.