summaryrefslogtreecommitdiffstats
path: root/integration-test/pom.xml
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2024-02-13 11:12:29 +0000
committerDaniel Hanrahan <daniel.hanrahan@est.tech>2024-02-14 11:25:44 +0000
commit741fafc5b59e974b79a1e48d9e57e12efa70c219 (patch)
tree4643508c2ef7f2b2ac527e819b14ece80c7fdf9d /integration-test/pom.xml
parent4f5671a73677db89bf21f6c1a9ff6a0585f5783e (diff)
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 <daniel.hanrahan@est.tech> Change-Id: I4f618a1d4a83e9c75e468928c257b817d449c22f
Diffstat (limited to 'integration-test/pom.xml')
-rw-r--r--integration-test/pom.xml5
1 files changed, 0 insertions, 5 deletions
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
@@ -78,11 +78,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.springframework.kafka</groupId>
- <artifactId>spring-kafka-test</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<scope>test</scope>