-
Notifications
You must be signed in to change notification settings - Fork 90
Build failed - Could not find artifact com.sun:tools:jar #320
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
Comments
Hi @gyoga99 I believe this is because of already referenced issue #50 Try using plugin as documented in issue.
instead of
This is also reference in our docs here https://awslabs.github.io/aws-lambda-powertools-java/#install, but I do see that we can probably improve the docs to make it more explicit for all the utilities installation instructions well. Let me know if this fixes your issue? |
Thanks @pankajagrawal16! |
Hmm this is Strange, What does you pom.xml looks like? Possible to share here ? |
I see this warning during
pom.xml entries related to SQS Large message processing.
|
Hi @gyoga99 Did you manage to solve this? You pom entries looks correct. Also the warning that you are seeing is strange, coz this should have worked. Since this warning seems to be coming from your unit test, can you try adding below test scoped dependency to your pom as well ?
|
Hi @gyoga99 Did you manage to solve this? |
Hi @gyoga99, Wondering if the issue is solved now? |
@pankajagrawal16 I have not tried this. Will try and update you. |
Resolved this error. The issue was with mocking. Thanks! |
I added mvn plugin and dependencies as documented here.
https://awslabs.github.io/aws-lambda-powertools-java/utilities/sqs_large_message_handling/
I am using
AdoptOpenJDK (build 11.0.8+10)
I am getting this error when I run
mvn package
Execution default of goal org.codehaus.mojo:aspectj-maven-plugin:1.11:compile failed: Plugin org.codehaus.mojo:aspectj-maven-plugin:1.11 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar:11.0.8 at specified path
Can you please let me know if there is anything else I need to do?
The text was updated successfully, but these errors were encountered: