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

Commit

Permalink
deps: trying checker-qual in third-party dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Oct 15, 2021
1 parent eff6c1f commit 1476d03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions third-party-dependencies/pom.xml
Expand Up @@ -68,6 +68,8 @@
<codec.version>1.15</codec.version>
<httpcomponents.httpcore.version>4.4.14</httpcomponents.httpcore.version>
<httpcomponents.httpclient.version>4.5.13</httpcomponents.httpclient.version>
<!-- ensure checker-qual version matches what Guava uses -->
<checker-qual.version>3.12.0</checker-qual.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -166,6 +168,11 @@
<artifactId>opencensus-impl-core</artifactId>
<version>${opencensus.version}</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>${checker-qual.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit 1476d03

Please sign in to comment.