Skip to content

Conversation

@ninebolt6
Copy link

@ninebolt6 ninebolt6 commented Jan 24, 2026

Summary

Remove two unused dependencies from pom.xml:

  • com.brsanthu:migbase64
  • org.json:json

Details

migbase64

This was replaced with java.util.Base64 in #285, but the dependency declaration in pom.xml was not removed at that time.

json

This was added in #282, but has never been used anywhere in the codebase.

Verification

  • Confirmed no imports or usages of com.migcomponents.migbase64 or org.json exist in the codebase
  • mvn compile succeeds without these dependencies

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.

1 participant