Skip to content

Releases: AlfrescoLabs/dataprep

dataprep-2.0

19 Dec 11:14
Compare
Choose a tag to compare

This version is compatible with Java 11 (see TAS-4005)

Added:

  • compatibility with Java11
  • dependencies updated to latest versions
  • ability to execute ACS via docker-compose based on profile defined in pom.xml file
  • updated README.md

You can use this version as a maven dependency:

<dependency>
     <groupId>org.alfresco.test</groupId>
     <artifactId>dataprep</artifactId>
     <version>2.0</version>
</dependency>

Check also alfresco-artifacts-repository configuration !