aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-06-18 15:12:56 +0100
committeradheli.tavares <adheli.tavares@est.tech>2024-06-19 17:25:08 +0100
commita23bd8c218d7044e1d79e240fdb74f00947a3108 (patch)
tree064323adf3c19a5346c108d905495363cce45adf /pom.xml
parent6040233dcbe4a64b977ee750c6d0d12b2d513c4c (diff)
Convert junit4 to junit5
- clean up any references to junit4 - clean up some sonar complaints - remove not used integration tests Issue-ID: POLICY-5041 Change-Id: I67e7a8f00df5b6c5ba514f4ea2ecd96bf942d4c7 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 4418b4c0b..94eedf31c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
<version.avro>1.11.3</version.avro>
<version.caffeine>3.1.8</version.caffeine>
<version.curator>5.5.0</version.curator>
- <version.hazelcast>5.3.1</version.hazelcast>
+ <version.hazelcast>5.3.5</version.hazelcast>
<version.infinispan>14.0.13.Final</version.infinispan>
<version.jgroups>5.2.18.Final</version.jgroups>
<version.jms>3.1.0</version.jms>
@@ -83,11 +83,6 @@
<dependencies>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>