We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4493341 commit 22821baCopy full SHA for 22821ba
2 files changed
dependency-injection/pom.xml
@@ -43,10 +43,9 @@
43
<artifactId>mockito-core</artifactId>
44
<scope>test</scope>
45
</dependency>
46
- <dependency>
47
- <groupId>com.google.inject</groupId>
48
- <artifactId>guice</artifactId>
49
- <version>4.0</version>
50
- </dependency>
+ <dependency>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice</artifactId>
+ </dependency>
51
</dependencies>
52
</project>
0 commit comments