Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

chore: Add rest of gradle dependencies - #389

Merged
lqiu96 merged 3 commits into
mainfrom
main-maven_dependencies
Dec 1, 2022
Merged

chore: Add rest of gradle dependencies#389
lqiu96 merged 3 commits into
mainfrom
main-maven_dependencies

Conversation

@lqiu96

@lqiu96 lqiu96 commented Nov 30, 2022

Copy link
Copy Markdown
Member

This is to match:

dependencies {

  annotationProcessor libraries.auto_value

  implementation( libraries.guava,
    libraries.jsr305,
    libraries.javax_annotations,
    libraries.auto_value_annotations)

  compileOnly libraries.error_prone_annotations

  testImplementation(libraries.junit,
    libraries.truth)
}

@lqiu96
lqiu96 requested review from a team and blakeli0 November 30, 2022 17:01
@lqiu96

lqiu96 commented Nov 30, 2022

Copy link
Copy Markdown
Member Author

Keeping JSR305 (not sure what this is used for or if still relevant) and ErrorProneAnnotations (We don't seem to be running error_prone?) dependencies in pom.xml as part of the migration.

I don't think it hurts to keep them in case they have a use case that I'm missing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants