From a6f1019cc65f4bb3ade7e63878f9ef462ff22e77 Mon Sep 17 00:00:00 2001 From: cagache Date: Tue, 26 Mar 2019 10:39:57 +0200 Subject: [PATCH] RM-6790 Make RM automation module compatible with OpenJDK 11 --- rm-automation/rm-automation-community-rest-api/pom.xml | 9 +++++++-- .../src/main/resources/config.properties | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/rm-automation/rm-automation-community-rest-api/pom.xml b/rm-automation/rm-automation-community-rest-api/pom.xml index 20ba6c376f..66be754b6e 100644 --- a/rm-automation/rm-automation-community-rest-api/pom.xml +++ b/rm-automation/rm-automation-community-rest-api/pom.xml @@ -15,7 +15,7 @@ 1.8 alfresco-governance-services-community-share alfresco-governance-services-community-repo - 5.2.0-10 + 6.0.0.3 2.0.0 @@ -59,7 +59,7 @@ org.projectlombok lombok - 1.16.10 + 1.18.6 provided @@ -73,5 +73,10 @@ alfresco-testng 1.1 + + org.apache.commons + commons-collections4 + 4.1 + diff --git a/rm-automation/rm-automation-community-rest-api/src/main/resources/config.properties b/rm-automation/rm-automation-community-rest-api/src/main/resources/config.properties index 8b94951ea5..f66389d1f5 100644 --- a/rm-automation/rm-automation-community-rest-api/src/main/resources/config.properties +++ b/rm-automation/rm-automation-community-rest-api/src/main/resources/config.properties @@ -1,2 +1,3 @@ alfresco.server=localhost +alfresco.port=8080 rest.rmPath=alfresco/api/-default-/public/gs/versions/1 \ No newline at end of file