This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
new 23e103d89a Fix cxf-systests-ws-transfer test cases (post-merge)
23e103d89a is described below
commit 23e103d89abe7c057a95449f87c586798e59157b
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Apr 11 21:39:42 2026 -0400
Fix cxf-systests-ws-transfer test cases (post-merge)
---
systests/ws-transfer/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/systests/ws-transfer/pom.xml b/systests/ws-transfer/pom.xml
index 94f29d82d5..c1bab43f99 100644
--- a/systests/ws-transfer/pom.xml
+++ b/systests/ws-transfer/pom.xml
@@ -69,9 +69,9 @@
</dependencies>
<profiles>
<profile>
- <id>jdk17</id>
+ <id>jdk11</id>
<activation>
- <jdk>[17,)</jdk>
+ <jdk>[11,)</jdk>
</activation>
<build>
<plugins>