Move Guice to parent pom dependency management section
This commit is contained in:
		| @@ -43,10 +43,9 @@ | ||||
|       <artifactId>mockito-core</artifactId> | ||||
|       <scope>test</scope> | ||||
|     </dependency> | ||||
| 	<dependency> | ||||
| 	  <groupId>com.google.inject</groupId> | ||||
| 	  <artifactId>guice</artifactId> | ||||
| 	  <version>4.0</version> | ||||
| 	</dependency>     | ||||
|     <dependency> | ||||
|       <groupId>com.google.inject</groupId> | ||||
|       <artifactId>guice</artifactId> | ||||
|     </dependency> | ||||
|   </dependencies> | ||||
| </project> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user