diff options
author | Lee Anjella Macabuhay <lee.anjella.macabuhay@est.tech> | 2024-02-14 11:48:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-02-14 11:48:45 +0000 |
commit | 13a59bf23d8403c059bac466dd8a3987ba263903 (patch) | |
tree | ceb2bba19292c315f8bc65c7e69ad6176873c67a /integration-test/pom.xml | |
parent | e6991972ddb02306d92bcbe2cbbbe23e43c54daf (diff) | |
parent | 741fafc5b59e974b79a1e48d9e57e12efa70c219 (diff) |
Merge "Clean up of integration-test base classes"
Diffstat (limited to 'integration-test/pom.xml')
-rw-r--r-- | integration-test/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 6947a94aaa..c3a5eee29c 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> |