Skip to content

Commit

Permalink
chore: Add rest of gradle dependencies (#389)
Browse files Browse the repository at this point in the history
* chore: Add rest of gradle dependencies

* chore: Remove unused dependencies

* Revert "chore: Remove unused dependencies"

This reverts commit 12fad677e1a0afb59d119fa71d962f455344f2cb.
  • Loading branch information
lqiu96 authored Dec 1, 2022
1 parent 7b480e2 commit 387e72f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions api-common-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,29 @@
<artifactId>auto-value-annotations</artifactId>
<version>${auto-value.version}</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>${auto-value.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.16</version>
<scope>compile</scope>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 387e72f

Please sign in to comment.