Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1
-
None
-
None
Description
When building a mixed binary/source dependency, it is not possible to include provided dependencies into the final assembly. scope = compile only includes compile time dependencies, and not provided one's.
Adding a dependency set with scope=provided doesn't do anything.