From 741fafc5b59e974b79a1e48d9e57e12efa70c219 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Tue, 13 Feb 2024 11:12:29 +0000 Subject: Clean up of integration-test base classes - Remove TestConfig and instead use auto-configuration - Add needed application.yml config - Refactor helper methods for creating JSON Issue-ID: CPS-2090 Signed-off-by: danielhanrahan Change-Id: I4f618a1d4a83e9c75e468928c257b817d449c22f --- integration-test/pom.xml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'integration-test/pom.xml') diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 6947a94aa..c3a5eee29 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -77,11 +77,6 @@ spock test - - org.springframework.kafka - spring-kafka-test - test - org.springframework spring-web -- cgit 1.2.3-korg