aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/integration/integration-uservice-test/pom.xml
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-06-18 09:52:22 +0100
committeradheli.tavares <adheli.tavares@est.tech>2024-06-18 10:02:26 +0100
commitfeca4bf2915858cef4f82c9822104a7b85732d2c (patch)
tree37c1ec6843548d2cc7643ab119d564cd9c26994b /testsuites/integration/integration-uservice-test/pom.xml
parente9b746340711ddfccee7ac0f669ace626b1b3d46 (diff)
Convert junit4 to junit5
- testsuites module Issue-ID: POLICY-5041 Change-Id: I1d9984651f34f1dca253094c26da1dd593128966 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'testsuites/integration/integration-uservice-test/pom.xml')
-rw-r--r--testsuites/integration/integration-uservice-test/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml
index 77c346a2b..9e80302dd 100644
--- a/testsuites/integration/integration-uservice-test/pom.xml
+++ b/testsuites/integration/integration-uservice-test/pom.xml
@@ -124,9 +124,8 @@
</dependency>
<dependency>
<groupId>com.salesforce.kafka.test</groupId>
- <artifactId>kafka-junit4</artifactId>
- <version>${version.kafka-junit4}</version>
- <scope>test</scope>
+ <artifactId>kafka-junit5</artifactId>
+ <version>${version.kafka-junit5}</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>