Skip to content

Commit

Permalink
chore: Add j2obc-annotations to shared-dependencies (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 authored Jul 7, 2023
1 parent 016e84d commit 4f45313
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java-shared-dependencies/third-party-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<!-- ensure checker-qual version matches what Guava uses -->
<checker-qual.version>3.33.0</checker-qual.version>
<perfmark-api.version>0.26.0</perfmark-api.version>
<j2objc-annotations.version>2.8</j2objc-annotations.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -140,6 +141,11 @@
<artifactId>perfmark-api</artifactId>
<version>${perfmark-api.version}</version>
</dependency>
<dependency>
<groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId>
<version>${j2objc-annotations.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit 4f45313

Please sign in to comment.