Cannot download the same dependency with and without classifier simultaneously #3337
Labels
bug
Something isn't working
coursier
Issues tied with coursier integration.
dependency management
Issues tied to how the CLI manages project dependencies.
using directives
Issues tied with using directives.
Version(s)
1.4.3 and 1.5.0. These are the versions i have installed.
Describe the bug
If you add dependencies as below you will get the jar files for the first 4 dependencies, but not ones with a classifier.
If you switch them around you instead get the jar files with the classifiers and not the ones without.
The classpaths do not contain both of the versions of the jar files.
To Reproduce
Add the above code to a file
project.scala
and then runscala compile project.scala --print-classpath
to verify which jars where included.Expected behaviour
I expected both the "normal" jar and the "classified" version of the jar to be included when writing the above code. Not one or the other.
The text was updated successfully, but these errors were encountered: