mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-6790 Make RM automation module compatible with OpenJDK 11
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
<maven.build.sourceVersion>1.8</maven.build.sourceVersion>
|
<maven.build.sourceVersion>1.8</maven.build.sourceVersion>
|
||||||
<ags.share>alfresco-governance-services-community-share</ags.share>
|
<ags.share>alfresco-governance-services-community-share</ags.share>
|
||||||
<ags.repo>alfresco-governance-services-community-repo</ags.repo>
|
<ags.repo>alfresco-governance-services-community-repo</ags.repo>
|
||||||
<tas.restapi.version>5.2.0-10</tas.restapi.version>
|
<tas.restapi.version>6.0.0.3</tas.restapi.version>
|
||||||
<fluent.json.version>2.0.0</fluent.json.version>
|
<fluent.json.version>2.0.0</fluent.json.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
<artifactId>lombok</artifactId>
|
<artifactId>lombok</artifactId>
|
||||||
<version>1.16.10</version>
|
<version>1.18.6</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- FIXME: Remove this dependency once RMUserAPI.java has been refactored -->
|
<!-- FIXME: Remove this dependency once RMUserAPI.java has been refactored -->
|
||||||
@@ -73,5 +73,10 @@
|
|||||||
<artifactId>alfresco-testng</artifactId>
|
<artifactId>alfresco-testng</artifactId>
|
||||||
<version>1.1</version>
|
<version>1.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.commons</groupId>
|
||||||
|
<artifactId>commons-collections4</artifactId>
|
||||||
|
<version>4.1</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
@@ -1,2 +1,3 @@
|
|||||||
alfresco.server=localhost
|
alfresco.server=localhost
|
||||||
|
alfresco.port=8080
|
||||||
rest.rmPath=alfresco/api/-default-/public/gs/versions/1
|
rest.rmPath=alfresco/api/-default-/public/gs/versions/1
|
Reference in New Issue
Block a user