Skip to content

Commit

Permalink
sonarcloud refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
vokarl committed Aug 15, 2024
1 parent 2099ddd commit 4f02ee8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo.spring3x</artifactId>
<version>4.13.0</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 4f02ee8

Please sign in to comment.