dapr / java-sdk

Dapr SDK for Java
Apache License 2.0
259 stars 207 forks source link

Fix sdk dependencies #1103

Closed artur-ciocanu closed 1 month ago

artur-ciocanu commented 1 month ago

Description

This PR fixes some of the dependency duplicates and removes animal sniffer plugin which is no longer required after we moved to Java 11.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1102

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

artur-ciocanu commented 1 month ago

@artursouza and @cicoyle this is a very tiny PR to fix the Maven dependencies. If things look good please approve and merge.

Thank you!