BAEL-7523: small fix
This commit is contained in:
parent
7e0a40fec2
commit
138163ed74
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user