alfresco-process-services-project-sdk
alfresco-process-services-project-sdk copied to clipboard
APS SDK 2.x - ClassNotFound issue trying to execute unit tests with old versions
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