mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge branch 'feature-2.4/RM-2947_FixChemistryDependency' into 'release/V2.4'
Feature 2.4/rm 2947 fix chemistry dependency Fix recent failing UI tests that have the message "java.lang.NoSuchMethodError: org.apache.chemistry.opencmis.client.bindings.CmisBindingFactory.createCmisBrowserBinding" This cherry picks the fix which I accidentally committed to master rather than release/V2.4. See merge request !29
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user