浏览代码

removed redundant maven dependency

infeo 7 年之前
父节点
当前提交
8a359704ca
共有 1 个文件被更改,包括 0 次插入5 次删除
  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>