Skip to content

Commit

Permalink
Remove unused dependency on guice
Browse files Browse the repository at this point in the history
See 1c3c09f

PiperOrigin-RevId: 655210727
  • Loading branch information
cushon authored and Error Prone Team committed Jul 23, 2024
1 parent 868626b commit fefeef9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions check_api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@
</dependency>
<dependency>
<!-- Apache 2.0 -->
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>${guice.version}</version>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<!-- Apache 2.0 -->
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>${guice.version}</version>
<version>5.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
<protobuf.version>3.19.6</protobuf.version>
<grpc.version>1.43.3</grpc.version>
<jspecify.version>1.0.0</jspecify.version>
<guice.version>5.1.0</guice.version>
</properties>

<organization>
Expand Down

0 comments on commit fefeef9

Please sign in to comment.