8000 Move Guice to parent pom dependency management section · armdev/java-design-patterns@22821ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 22821ba

Browse files
committed
Move Guice to parent pom dependency management section
1 parent 4493341 commit 22821ba

File tree

2 files changed

+414
-410
lines changed

2 files changed

+414
-410
lines changed

dependency-injection/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@
4343
<artifactId>mockito-core</artifactId>
4444
<scope>test</scope>
4545
</dependency>
46-
<dependency>
47-
<groupId>com.google.inject</groupId>
48-
<artifactId>guice</artifactId>
49-
<version>4.0</version>
50-
</dependency>
46+
<dependency>
47+
<groupId>com.google.inject</groupId>
48+
<artifactId>guice</artifactId>
49+
</dependency>
5150
</dependencies>
5251
</project>

0 commit comments

Comments
 (0)
0