aboutsummaryrefslogtreecommitdiffstats
path: root/integration-test/pom.xml
diff options
context:
space:
mode:
authorLee Anjella Macabuhay <lee.anjella.macabuhay@est.tech>2024-03-26 10:42:15 +0000
committerGerrit Code Review <gerrit@onap.org>2024-03-26 10:42:15 +0000
commit13a9b02bb46f77c6300a93f5e581206e58947e1e (patch)
treecd4ffd19dabf120895cb64fdb414e4218e377c80 /integration-test/pom.xml
parent3c8fd515de889c3daaeffb44cac1eb2d8902729c (diff)
parent00245eeb7a41f434565b2f0102d86f2900113017 (diff)
Merge "Code review cleanup for: Add kafka messaging support to integration test module"
Diffstat (limited to 'integration-test/pom.xml')
-rw-r--r--integration-test/pom.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index c84513291..ca2b26d1c 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -68,6 +68,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-web</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-spring</artifactId>
<scope>test</scope>
@@ -78,18 +83,18 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.testcontainers</groupId>
- <artifactId>postgresql</artifactId>
+ <groupId>org.springframework.kafka</groupId>
+ <artifactId>spring-kafka-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
- <artifactId>spock</artifactId>
+ <artifactId>postgresql</artifactId>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.springframework.kafka</groupId>
- <artifactId>spring-kafka-test</artifactId>
+ <groupId>org.testcontainers</groupId>
+ <artifactId>spock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
@@ -97,11 +102,6 @@
<artifactId>kafka</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-web</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<profiles>