FasterXML / jackson-dataformats-binary

Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile
Apache License 2.0
314 stars 136 forks source link

Unable To Resolve CBOR Dependency Via SBT #193

Closed PeterLambCSA closed 4 years ago

PeterLambCSA commented 4 years ago

[error] SERVER ERROR: Not Implemented url=http://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.9.10/jackson-dataformat-cbor-2.9.10.pom

Due to Maven Central change from HTTP to HTTPS.

Effective January 15, 2020, The Central Repository no longer supports insecure communication over plain HTTP and requires that all requests to the repository are encrypted over HTTPS.

If you're receiving this error, then you need to replace all URL references to Maven Central with their canonical HTTPS counterparts:

Replace http://repo1.maven.org/maven2/ with https://repo1.maven.org/maven2/

Replace http://repo.maven.apache.org/maven2/ with https://repo.maven.apache.org/maven2/

If for any reason your environment cannot support HTTPS, you have the option of using our dedicated insecure endpoint at http://insecure.repo1.maven.org/maven2/

For further context around the move to HTTPS, please see https://blog.sonatype.com/central-repository-moving-to-https.

PeterLambCSA commented 4 years ago

The issue was actually in SBT. Apologies. Closing this issue.

cowtowncoder commented 4 years ago

Yes, Sonatype just announced they stopped accepting non-https requests.