From fbd032b753d0b4ee4971d66ce07f3b525d5fb293 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Mon, 8 Feb 2016 14:47:10 +0000 Subject: [PATCH] RM-2947 Remove unnecessary chemistry dependency. This dependency is provided by the dataprep librarywhich also provides the implementation. Both should be version 0.10.0 or 0.11.0, but we were taking 0.10.0 of one and 0.11.0 of the other. This should fix the NoSuchMethodErrors we were seeing. (cherry picked from commit 9d510a46c9db392a8abe0158f530afe6f7a1984a) --- rm-automation/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index daaff6fd60..6a00b13c76 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -132,11 +132,6 @@ wiremock 1.56 - - org.apache.chemistry.opencmis - chemistry-opencmis-client-bindings - 0.11.0 -