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 9d510a46c9)
This commit is contained in:
Tom Page
2016-02-08 14:47:10 +00:00
parent b9adb397ab
commit fbd032b753

View File

@@ -132,11 +132,6 @@
<artifactId>wiremock</artifactId>
<version>1.56</version>
</dependency>
<dependency>
<groupId>org.apache.chemistry.opencmis</groupId>
<artifactId>chemistry-opencmis-client-bindings</artifactId>
<version>0.11.0</version>
</dependency>
</dependencies>
<profiles>