Andrei Rebegea created CMIS-1057: ------------------------------------ Summary: Upgrade dependencies in CMIS 1.2 release Key: CMIS-1057 URL: https://issues.apache.org/jira/browse/CMIS-1057 Project: Chemistry Issue Type: Improvement Reporter: Andrei Rebegea
Hello, I would like to suggest that in the newer release of CMIS 1.2 to have upgraded dependencies. The main concern (for my work) is "cxf-rt-frontend-jaxws" dependency (currently 3.0.12 https://mvnrepository.com/artifact/org.apache.chemistry.opencmis/chemistry-opencmis-client-impl/1.1.0 ) This version brings in a very old asm lib: 3.3.1 https://mvnrepository.com/artifact/org.apache.cxf/cxf-rt-frontend-jaxws/3.0.12 In our project, we also use Tika, and that requires asm 5.0.4 https://mvnrepository.com/artifact/org.apache.tika/tika-parsers/1.17 Because of that we have to keep a [patched|https://github.com/Alfresco/alfresco-tika/commit/37f6a389ecc56119a01a106af74ef1adde1b52f3] version of tika with huge costs. I am assuming other projects that use CMIS would want to have newer versions of the libraries (asm) in order to integrate with other projects more easily. Thanks -- This message was sent by Atlassian JIRA (v7.6.3#76005)