From a6633f511b1744c5a0717f79ad422ea4367edb5c Mon Sep 17 00:00:00 2001 From: Alex Mukha Date: Fri, 18 Jan 2019 17:16:36 +0000 Subject: [PATCH] (REPO-4504) Update all cxf libs to 3.2.7 (cherry picked from commit e7de376e705cd8e5f647390443ef73c179ecaee0) --- .gitignore | 3 +++ pom.xml | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9346843361..4affcb1e79 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ *.iml *.iws +# Vscode +.vscode/ + # Mac .DS_Store diff --git a/pom.xml b/pom.xml index e62acbf498..d3c5d7eb55 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ 7.5.1 - + 3.2.7 source/java/org/alfresco/repo/search/impl/parsers/CMIS*er.java, @@ -145,17 +145,17 @@ org.apache.cxf cxf-rt-frontend-jaxws - 3.0.12 + ${dependency.cxf.version} org.apache.cxf cxf-rt-transports-http - 3.0.12 + ${dependency.cxf.version} org.apache.cxf cxf-rt-ws-policy - 3.0.12 + ${dependency.cxf.version}