We need to fix this since any dep that is not declared in the minimal dep pom should be installable with EM.
This is affecting several func tests, including several contrib projects. For example:
!Screenshot 2023-11-22 at 17.59.34.png|thumbnail!
The current workaround is to use:
{code} extraJARs = { // The Solr store is not ready yet to be installed as an extension so we need to add it to WEB-INF/lib manually. See https://jira.xwiki.org/browse/XWIKI-21594 "org.xwiki.platform:xwiki-platform-eventstream-store-solr" ... {code} |
|