newrelic / java-aws-lambda

AWS Lambda OpenTracing Java SDK
Apache License 2.0
11 stars 6 forks source link

json-simple dependency seems to be not used and redundant. #26

Closed agarbutt closed 4 years ago

agarbutt commented 4 years ago

Reviewing the dependencies for this project, the dependency json-simple has offered a few challenges for us.

  1. It is not used in this project and it isn't clear if this is need as a runtime dependency from the Open Tracing library.
  2. Its yet another JSON library that is redundant given the dependency on the AWS Java SDK.
  3. It no longer seems to be supported and won't be updated to support Java 11 or newer.

Wondering if it makes sense to simply remove it from this library?