File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 66
66
<groupId >com.google.auto.value</groupId >
67
67
<artifactId >auto-value-annotations</artifactId >
68
68
</dependency >
69
- <dependency >
70
- <groupId >com.google.auto.value</groupId >
71
- <artifactId >auto-value</artifactId >
72
- <scope >provided</scope >
73
- </dependency >
74
69
<dependency >
75
70
<groupId >com.google.code.findbugs</groupId >
76
71
<artifactId >jsr305</artifactId >
Original file line number Diff line number Diff line change 107
107
<artifactId >auto-value-annotations</artifactId >
108
108
<version >${project.autovalue.version} </version >
109
109
</dependency >
110
- <dependency >
111
- <groupId >com.google.auto.value</groupId >
112
- <artifactId >auto-value</artifactId >
113
- <version >${project.autovalue.version} </version >
114
- <scope >provided</scope >
115
- </dependency >
116
110
<dependency >
117
111
<groupId >com.google.code.findbugs</groupId >
118
112
<artifactId >jsr305</artifactId >
225
219
<target >1.7</target >
226
220
<encoding >UTF-8</encoding >
227
221
<compilerArgument >-Xlint:unchecked</compilerArgument >
222
+ <annotationProcessorPaths >
223
+ <path >
224
+ <groupId >com.google.auto.value</groupId >
225
+ <artifactId >auto-value</artifactId >
226
+ <version >${project.autovalue.version} </version >
227
+ </path >
228
+ </annotationProcessorPaths >
228
229
</configuration >
229
230
</plugin >
230
231
<plugin >
You can’t perform that action at this time.
0 commit comments