alfresco-process-services-project-sdk icon indicating copy to clipboard operation
alfresco-process-services-project-sdk copied to clipboard

APS SDK 2.x - ClassNotFound issue trying to execute unit tests with old versions

Open OpenPj opened this issue 9 months ago • 0 comments

It seems that the build process is returning ClassNotFound error during the execution of unit tests if you try to use old versions of APS 2.x (mainly from 2.0.0 to 2.3.x) due to a classloading issue related to the following artifacts:

  • org.activiti:activiti-api-runtime-shared
  • org.mybatis:mybatis
  • de.odysseus.juel:juel-api
  • de.odysseus.juel:juel-impl
  • de.odysseus.juel:juel-spi

We have to declare them in an explicit way setting a test scope in the aps-extensions-jar module

OpenPj avatar May 10 '24 10:05 OpenPj