Skip to content

Remove unused JSAP dependency (LGPL)#64

Merged
nahsra merged 1 commit intomainfrom
remove-unused-jsap-dependency
Mar 4, 2026
Merged

Remove unused JSAP dependency (LGPL)#64
nahsra merged 1 commit intomainfrom
remove-unused-jsap-dependency

Conversation

@nahsra
Copy link
Contributor

@nahsra nahsra commented Mar 4, 2026

Summary

  • Remove unused com.martiansoftware:jsap:2.1 dependency from build.gradle.kts
  • JSAP is not imported anywhere in the codebase but its Maven Central artifact is labeled LGPL, which is incompatible with this project's MIT license

Test plan

  • CI passes (build, tests on JDK 8/11/17)
  • Confirmed no Java source files import com.martiansoftware.jsap

🤖 Generated with Claude Code

JSAP (com.martiansoftware:jsap:2.1) is not imported or used anywhere in
the codebase. The Maven Central artifact is labeled LGPL, which is
incompatible with this project's MIT license. Remove it.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@nahsra nahsra merged commit 9826b0a into main Mar 4, 2026
1 check passed
@nahsra nahsra deleted the remove-unused-jsap-dependency branch March 4, 2026 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants