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
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/http/protocol/HttpRequestExecutor
at com.amazonaws.http.AmazonHttpClient.<clinit>(AmazonHttpClient.java:145)
at com.amazonaws.AmazonWebServiceClient.<init>(AmazonWebServiceClient.java:162)
I have setup the AWS keys correctly. Is there any additional dependency or setup required to make this work?
The text was updated successfully, but these errors were encountered:
I have the following dependency on my build.sbt and I am using Scala 2.12.1
Doing a simple bucket list gives me
NoClassDefFoundError
error as shown below.I have setup the AWS keys correctly. Is there any additional dependency or setup required to make this work?
The text was updated successfully, but these errors were encountered: