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
I installed a dependency with maven that recursively depends on this module. I get an error when installing:
Could not resolve dependencies for project com.ably.kafka.connect:kafka-connect-ably:jar:1.0-SNAPSHOT: Failed to collect dependencies at com.github.jcustenborder:docker-compose-junit-extension:jar:0.0.1.1 -> com.palantir.docker.compose:docker-compose-rule-core:jar:0.34.0: Failed to read artifact descriptor for com.palantir.docker.compose:docker-compose-rule-core:jar:0.34.0: Could not transfer artifact com.palantir.docker.compose:docker-compose-rule-core:pom:0.34.0 from/to palantir (https://dl.bintray.com/palantir/releases/): Remote host terminated the handshake: SSL peer shut down incorrectly ->
This is because bintray no longer exists. The documentation still refers to bintray and I didn't see any open issues related to bintray. How do I resolve this issue?
What did you want to happen?
Installing this package with maven should work, pointing at the correct new repository.
The text was updated successfully, but these errors were encountered:
What happened?
I installed a dependency with maven that recursively depends on this module. I get an error when installing:
Could not resolve dependencies for project com.ably.kafka.connect:kafka-connect-ably:jar:1.0-SNAPSHOT: Failed to collect dependencies at com.github.jcustenborder:docker-compose-junit-extension:jar:0.0.1.1 -> com.palantir.docker.compose:docker-compose-rule-core:jar:0.34.0: Failed to read artifact descriptor for com.palantir.docker.compose:docker-compose-rule-core:jar:0.34.0: Could not transfer artifact com.palantir.docker.compose:docker-compose-rule-core:pom:0.34.0 from/to palantir (https://dl.bintray.com/palantir/releases/): Remote host terminated the handshake: SSL peer shut down incorrectly ->
This is because bintray no longer exists. The documentation still refers to bintray and I didn't see any open issues related to bintray. How do I resolve this issue?
What did you want to happen?
Installing this package with maven should work, pointing at the correct new repository.
The text was updated successfully, but these errors were encountered: