You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Examine the generated dep-tree.json file and notice that "org.bouncycastle:bcprov-ext-jdk18on:1.78.1" is listed as a direct dependency, but there's no matching entry in the dependencies array:
Steps to reproduce:
coursier fetch "org.apache.pulsar:bouncy-castle-bc:4.0.1" --artifact-type "jar,json,aar,bundle,eclipse-plugin,exe,orbit,test-jar,hk2-jar,maven-plugin,scala-jar,dylib,so,dll,pom,src,doc" --verbose --no-default --json-output-file "dep-tree.json" --checksum "SHA-1,MD5" --repository 'https://repo1.maven.org/maven2'
Examine the generated
dep-tree.json
file and notice that"org.bouncycastle:bcprov-ext-jdk18on:1.78.1"
is listed as a direct dependency, but there's no matching entry in thedependencies
array:This is the underlying issue behind bazel-contrib/rules_jvm_external#1313
The text was updated successfully, but these errors were encountered: