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}