mirror of https://github.com/sbt/sbt.git
**Problem** dependency-tree currently doesn't include Provided configuration, because technically it isn't part of the Compile configuration, however, Provided does become part of the Compile classpath during compilation. **Solution** This changes the implementation to use the internal configuration, e.g. CompileInternal, which includes the auxilary configurations. There's a tradeoff here since it means that we lose the tree view of the platonic Compile configuration. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||