update tests to use junit5, mark live test

This commit is contained in:
Loredana Crusoveanu
2023-02-02 11:01:37 +02:00
parent cb98df168b
commit be4a0dedf7
2 changed files with 6 additions and 11 deletions
@@ -42,11 +42,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>