This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
new d28d082 Update TCK deployment scripts, fixing typo
d28d082 is described below
commit d28d082ddc1cab9c51fc669661cc0550f69b12d4
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Jan 27 21:22:37 2022 -0500
Update TCK deployment scripts, fixing typo
---
tck/Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tck/Jenkinsfile b/tck/Jenkinsfile
index 735c815..ce6261c 100644
--- a/tck/Jenkinsfile
+++ b/tck/Jenkinsfile
@@ -68,7 +68,7 @@ pipeline {
sh "mvn
org.apache.maven.plugins:maven-dependency-plugin:2.8:get
-DremoteRepositories=https://repository.apache.org/snapshots,https://repository.apache.org
-Dartifact=org.apache.cxf:cxf-rt-transports-http:${params.Version}:jar
-Dtransitive=false -Ddest=glassfish5/glassfish/lib"
sh "cp glassfish5/glassfish/lib/cxf-rt-frontend-jaxrs-*
glassfish5/glassfish/modules"
- sh "cp glassfish5/glassfish/lib/cxf-rt-rs-sse--*
glassfish5/glassfish/modules"
+ sh "cp glassfish5/glassfish/lib/cxf-rt-rs-sse-*
glassfish5/glassfish/modules"
echo "Including additional dependencies (woodstox, stax2, ...)"
sh "mvn
org.apache.maven.plugins:maven-dependency-plugin:2.8:get
-DremoteRepositories=https://repository.apache.org/snapshots,https://repository.apache.org
-Dartifact=com.fasterxml.woodstox:woodstox-core:5.2.1:jar -Dtransitive=false
-Ddest=glassfish5/glassfish/lib"