Explorar el Código

removed redundant maven dependency

infeo hace 7 años
padre
commit
8a359704ca
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      main/commons/pom.xml

+ 0 - 5
main/commons/pom.xml

@@ -38,11 +38,6 @@
 			<groupId>com.google.dagger</groupId>
 			<artifactId>dagger-compiler</artifactId>
 		</dependency>
-		
-		<dependency>
-			<groupId>com.google.dagger</groupId>
-			<artifactId>dagger-compiler</artifactId>
-		</dependency>
 
 		<!-- Logging -->
 		<dependency>