-
-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to depend on org.apache.pulsar:pulsar-client:4.0.1
#1313
Comments
Looks like the Running {
"conflict_resolution": {},
"dependencies": [
{
"coord": "org.apache.pulsar:bouncy-castle-bc:4.0.1",
"file": "/Users/shs/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/org/apache/pulsar/bouncy-castle-bc/4.0.1/bouncy-castle-bc-4.0.1.jar",
"directDependencies": [
"org.bouncycastle:bcpkix-jdk18on:1.78.1",
"org.bouncycastle:bcprov-ext-jdk18on:1.78.1"
],
"dependencies": [
"org.bouncycastle:bcpkix-jdk18on:1.78.1",
"org.bouncycastle:bcprov-ext-jdk18on:1.78.1",
"org.bouncycastle:bcprov-jdk18on:1.78.1",
"org.bouncycastle:bcprov-jdk18on:jar:1.78.1",
"org.bouncycastle:bcutil-jdk18on:jar:1.78.1"
]
},
{
"coord": "org.bouncycastle:bcpkix-jdk18on:1.78.1",
"file": "/Users/shs/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk18on/1.78.1/bcpkix-jdk18on-1.78.1.jar",
"directDependencies": [
"org.bouncycastle:bcprov-jdk18on:jar:1.78.1",
"org.bouncycastle:bcutil-jdk18on:jar:1.78.1"
],
"dependencies": [
"org.bouncycastle:bcprov-jdk18on:jar:1.78.1",
"org.bouncycastle:bcutil-jdk18on:jar:1.78.1"
]
},
{
"coord": "org.bouncycastle:bcprov-jdk18on:1.78.1",
"file": "/Users/shs/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk18on/1.78.1/bcprov-jdk18on-1.78.1.jar",
"directDependencies": [],
"dependencies": []
},
{
"coord": "org.bouncycastle:bcprov-jdk18on:jar:1.78.1",
"file": "/Users/shs/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk18on/1.78.1/bcprov-jdk18on-1.78.1.jar",
"directDependencies": [],
"dependencies": []
},
{
"coord": "org.bouncycastle:bcutil-jdk18on:jar:1.78.1",
"file": "/Users/shs/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/org/bouncycastle/bcutil-jdk18on/1.78.1/bcutil-jdk18on-1.78.1.jar",
"directDependencies": [
"org.bouncycastle:bcprov-jdk18on:jar:1.78.1"
],
"dependencies": [
"org.bouncycastle:bcprov-jdk18on:jar:1.78.1"
]
}
],
"version": "0.1.0"
} |
When using the
coursier
resolver, depending on the target generated by the artifactorg.apache.pulsar:pulsar-client:4.0.1
causes builds to fail with:Inspecting the dependency tree using Maven, it's clear that the dependency is added like so:
The interesting thing here is the
classifier
ispkg
To reproduce:
Followed by a pin and a
bazel build @foo//:org_apache_pulsar_pulsar_client
The text was updated successfully, but these errors were encountered: