This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 5d6f55636d Update cxf-systests-spring-boot to fix JDK-24 tests
failures (add mockito-core dependencies)
5d6f55636d is described below
commit 5d6f55636df6d5abd747c48ac178cffb3e9a4717
Author: Andriy Redko <[email protected]>
AuthorDate: Mon Nov 25 10:49:49 2024 -0500
Update cxf-systests-spring-boot to fix JDK-24 tests failures (add
mockito-core dependencies)
---
systests/spring-boot/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/systests/spring-boot/pom.xml b/systests/spring-boot/pom.xml
index 8e87b83ad3..3409954e03 100644
--- a/systests/spring-boot/pom.xml
+++ b/systests/spring-boot/pom.xml
@@ -159,5 +159,11 @@
<version>${cxf.junit5.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>${cxf.mockito.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>