|
@@ -164,6 +164,12 @@
|
|
|
<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>
|
|
@@ -302,17 +308,10 @@
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
- <version>3.6.1</version>
|
|
|
+ <version>3.7.0</version>
|
|
|
<configuration>
|
|
|
<source>1.8</source>
|
|
|
<target>1.8</target>
|
|
|
- <annotationProcessorPaths>
|
|
|
- <path>
|
|
|
- <groupId>com.google.dagger</groupId>
|
|
|
- <artifactId>dagger-compiler</artifactId>
|
|
|
- <version>${dagger.version}</version>
|
|
|
- </path>
|
|
|
- </annotationProcessorPaths>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
</plugins>
|