Could not find com.github.awslabs:aws-request-signing-apache-interceptor

1k Views Asked by At

I am using com.github.awslabs:aws-request-signing-apache-interceptor:deb7941e85 for AWS Request signing as suggested in the AWS doc

build.gradle

dependencies {
    compile 'com.github.awslabs:aws-request-signing-apache-interceptor:deb7941e85'
}

repositories {
    maven { url 'https://repository.mulesoft.org/nexus/content/repositories/public/' }
      ...
}

The build was working perfectly till September 15, 2021, but now I am getting the below exception

Could not find com.github.awslabs:aws-request-signing-apache-interceptor:deb7941e85

When I analyze I could see that the aws-request-signing-apache-interceptor-deb7941e85.jar is not available in the mulesoft repository's location https://repository.mulesoft.org/nexus/content/repositories/public/com/github/awslabs/

https://repository.mulesoft.org/nexus/content/repositories/public/com/github/awslabs/aws-request-signing-apache-interceptor/deb7941e85/aws-request-signing-apache-interceptor-deb7941e85.pom
https://repository.mulesoft.org/nexus/content/repositories/public/com/github/awslabs/aws-request-signing-apache-interceptor/deb7941e85/aws-request-signing-apache-interceptor-deb7941e85.jar
1

There are 1 best solutions below

3
On

Try to use https://jitpack.io:

It worked for me.