Clean up POM dependencies (#4855)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2025-06-18 20:23:10 +02:00
committed by GitHub
parent 81865db3a9
commit 6eb7d0c9a6
66 changed files with 573 additions and 65 deletions
+8
View File
@@ -79,6 +79,14 @@
<!-- Eclipse Java formatter version 4.26+ does not check test files -->
<spotless.eclipse.version>4.25</spotless.eclipse.version>
<spotless.eclipse.wtp.version>4.21.0</spotless.eclipse.wtp.version>
<!-- TEST -->
<!-- cxf can be updated independently, karaf only uses it in tests -->
<cxf.version>3.6.5</cxf.version>
<!-- junit 5.12.0 to 5.13.0-M3 fails silently with bnd 7.1.0, not executing itests;
not sure if this is a bnd/junit issue or due to wrong configuration -->
<junit.version>5.11.4</junit.version>
<mockito.version>4.11.0</mockito.version>
</properties>
<dependencyManagement>