Skip to content
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

Clean up and fix Java dependency problems #2384

Merged
merged 19 commits into from Jan 18, 2023

Conversation

siyuan0322
Copy link
Collaborator

@siyuan0322 siyuan0322 commented Jan 16, 2023

  • Make dependencies and plugins in sub module use version defined in parent pom.
  • Resolve a lot of problems detected by mvn dependency: analyze
  • Get rid of org.json and fastjson, unify json libraries to Jackson.
  • Bump up protoc versions in order to download aarch binaries.
  • Scope of odps related jars set to provided
  • Make some test-only dependencies use scope test
  • Remove some unused files.

Fixes #2378

@siyuan0322 siyuan0322 marked this pull request as draft January 16, 2023 03:01
@siyuan0322 siyuan0322 marked this pull request as ready for review January 16, 2023 05:02
@siyuan0322 siyuan0322 merged commit 7836d85 into alibaba:main Jan 18, 2023
@siyuan0322 siyuan0322 deleted the zsy/java-dep branch January 18, 2023 09:34
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.

Unify JSON library of Java packages.
2 participants