Skip to content

Commit

Permalink
deps: remove no longer needed explicit overrides (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpcollins-google committed Feb 28, 2022
1 parent ad8ac81 commit 15c7de7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Expand Up @@ -59,18 +59,6 @@
<artifactId>auto-service-annotations</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<!-- Explicit override, remove when no longer needed.-->
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.21.2</version>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
Expand Down

0 comments on commit 15c7de7

Please sign in to comment.