Skip to content

Commit

Permalink
Remove multibindings extension, it has been part of Guice core since …
Browse files Browse the repository at this point in the history
…4.2 release.

Also clean up no_aop build variant from BOM.

PiperOrigin-RevId: 338771054
  • Loading branch information
java-team-github-bot authored and Guice Team committed Oct 24, 2020
1 parent ba5b90a commit b256703
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 66 deletions.
6 changes: 0 additions & 6 deletions bom/pom.xml
Expand Up @@ -22,12 +22,6 @@
<artifactId>guice</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>${project.version}</version>
<classifier>no_aop</classifier>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
Expand Down
55 changes: 0 additions & 55 deletions extensions/multibindings/pom.xml

This file was deleted.

4 changes: 0 additions & 4 deletions extensions/multibindings/src/README

This file was deleted.

1 change: 0 additions & 1 deletion extensions/pom.xml
Expand Up @@ -22,7 +22,6 @@
<module>grapher</module>
<module>jmx</module>
<module>jndi</module>
<module>multibindings</module>
<module>persist</module>
<module>servlet</module>
<module>spring</module>
Expand Down

0 comments on commit b256703

Please sign in to comment.