BAEL-7523: small fix

This commit is contained in:
emanueltrandafir1993
2024-02-25 15:06:20 +01:00
committed by emanuel.trandafir
parent 7e0a40fec2
commit 138163ed74
2 changed files with 1 additions and 6 deletions
@@ -22,11 +22,6 @@
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
@@ -55,7 +55,7 @@ class EventsExternalizationLiveTest {
@BeforeEach
void beforeEach() {
listener.reset();
// repository.deleteAll();
repository.deleteAll();
}
@Test