瀏覽代碼

updated pom.xml files

Sebastian Stenzel 7 年之前
父節點
當前提交
bfd8918e6a
共有 5 個文件被更改,包括 7 次插入22 次删除
  1. 0 4
      main/commons/pom.xml
  2. 0 4
      main/keychain/pom.xml
  3. 0 4
      main/launcher/pom.xml
  4. 7 6
      main/pom.xml
  5. 0 4
      main/ui/pom.xml

+ 0 - 4
main/commons/pom.xml

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

+ 0 - 4
main/keychain/pom.xml

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

+ 0 - 4
main/launcher/pom.xml

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

+ 7 - 6
main/pom.xml

@@ -158,12 +158,6 @@
 				<artifactId>dagger</artifactId>
 				<version>${dagger.version}</version>
 			</dependency>
-			<dependency>
-				<groupId>com.google.dagger</groupId>
-				<artifactId>dagger-compiler</artifactId>
-				<version>${dagger.version}</version>
-				<optional>true</optional>
-			</dependency>
 			<dependency>
 				<groupId>com.google.code.gson</groupId>
 				<artifactId>gson</artifactId>
@@ -311,6 +305,13 @@
 						<arg>--add-modules</arg>
 						<arg>jdk.incubator.httpclient</arg>
 					</compilerArgs>
+					<annotationProcessorPaths>
+						<path>
+							<groupId>com.google.dagger</groupId>
+							<artifactId>dagger-compiler</artifactId>
+							<version>${dagger.version}</version>
+						</path>
+					</annotationProcessorPaths>
 				</configuration>
 			</plugin>
 		</plugins>

+ 0 - 4
main/ui/pom.xml

@@ -68,10 +68,6 @@
 			<groupId>com.google.dagger</groupId>
 			<artifactId>dagger</artifactId>
 		</dependency>
-		<dependency>
-			<groupId>com.google.dagger</groupId>
-			<artifactId>dagger-compiler</artifactId>
-		</dependency>
 
 		<!-- Zxcvbn -->
 		<dependency>