Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
14.10
-
None
-
Unknown
-
Description
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:
The current workaround is to use:
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" ...