File tree Expand file tree Collapse file tree 5 files changed +21
-56
lines changed Expand file tree Collapse file tree 5 files changed +21
-56
lines changed Original file line number Diff line number Diff line change 32
32
<artifactId >guava-gwt</artifactId >
33
33
<scope >provided</scope >
34
34
</dependency >
35
- <dependency >
36
- <groupId >com.google.auto.value</groupId >
37
- <artifactId >auto-value</artifactId >
38
- <!-- This is only need at compile-time, there's no runtime dependency -->
39
- <scope >provided</scope >
40
- <optional >true</optional >
41
- </dependency >
42
35
<dependency >
43
36
<groupId >com.google.auto.value</groupId >
44
37
<artifactId >auto-value-annotations</artifactId >
45
- <!-- This is only need at compile-time, there's no runtime dependency -->
46
- <scope >provided</scope >
47
- <optional >true</optional >
48
38
</dependency >
49
39
</dependencies >
50
40
Original file line number Diff line number Diff line change 20
20
<dependency >
21
21
<groupId >com.google.guava</groupId >
22
22
<artifactId >guava</artifactId >
23
- <!-- We only use it for annotations, so we only need it at compile-time -->
24
- <scope >provided</scope >
25
- <optional >true</optional >
26
- </dependency >
27
- <dependency >
28
- <groupId >com.google.auto.value</groupId >
29
- <artifactId >auto-value</artifactId >
30
- <!-- This is only need at compile-time, there's no runtime dependency -->
31
- <scope >provided</scope >
32
- <optional >true</optional >
33
23
</dependency >
34
24
<dependency >
35
25
<groupId >com.google.auto.value</groupId >
36
26
<artifactId >auto-value-annotations</artifactId >
37
- <!-- This is only need at compile-time, there's no runtime dependency -->
38
- <scope >provided</scope >
39
- <optional >true</optional >
40
27
</dependency >
41
28
</dependencies >
42
29
<build >
Original file line number Diff line number Diff line change 33
33
<version >2.5</version >
34
34
<scope >provided</scope >
35
35
</dependency >
36
- <dependency >
37
- <groupId >com.google.auto.value</groupId >
38
- <artifactId >auto-value</artifactId >
39
- <version >1.9</version >
40
- </dependency >
41
36
<dependency >
42
37
<groupId >com.google.auto.value</groupId >
43
38
<artifactId >auto-value-annotations</artifactId >
66
61
<configuration >
67
62
<source >1.7</source >
68
63
<target >1.7</target >
64
+ <annotationProcessorPaths >
65
+ <path >
66
+ <groupId >com.google.auto.value</groupId >
67
+ <artifactId >auto-value</artifactId >
68
+ <version >1.9</version >
69
+ </path >
70
+ </annotationProcessorPaths >
69
71
</configuration >
70
72
</plugin >
71
73
<plugin >
Original file line number Diff line number Diff line change 31
31
<groupId >com.google.guava</groupId >
32
32
<artifactId >guava-gwt</artifactId >
33
33
<version >31.1-jre</version >
34
- <!-- We only use it for annotations, so we only need it at compile-time -->
35
- <scope >provided</scope >
36
- <optional >true</optional >
37
- </dependency >
38
- <dependency >
39
- <groupId >com.google.auto.value</groupId >
40
- <artifactId >auto-value</artifactId >
41
- <version >1.9</version >
42
- <!-- This is only need at compile-time, there's no runtime dependency -->
43
- <scope >provided</scope >
44
- <optional >true</optional >
45
34
</dependency >
46
35
<dependency >
47
36
<groupId >com.google.auto.value</groupId >
48
37
<artifactId >auto-value-annotations</artifactId >
49
38
<version >1.9</version >
50
- <!-- This is only need at compile-time, there's no runtime dependency -->
51
- <scope >provided</scope >
52
- <optional >true</optional >
53
39
</dependency >
54
40
<dependency >
55
41
<groupId >junit</groupId >
85
71
<configuration >
86
72
<source >1.7</source >
87
73
<target >1.7</target >
74
+ <annotationProcessorPaths >
75
+ <path >
76
+ <groupId >com.google.auto.value</groupId >
77
+ <artifactId >auto-value</artifactId >
78
+ <version >1.9</version >
79
+ </path >
80
+ </annotationProcessorPaths >
88
81
</configuration >
89
82
</plugin >
90
83
</plugins >
Original file line number Diff line number Diff line change 31
31
<groupId >com.google.guava</groupId >
32
32
<artifactId >guava-gwt</artifactId >
33
33
<version >31.1-jre</version >
34
- <!-- We only use it for annotations, so we only need it at compile-time -->
35
- <scope >provided</scope >
36
- <optional >true</optional >
37
- </dependency >
38
- <dependency >
39
- <groupId >com.google.auto.value</groupId >
40
- <artifactId >auto-value</artifactId >
41
- <version >1.9</version >
42
- <!-- This is only need at compile-time, there's no runtime dependency -->
43
- <scope >provided</scope >
44
- <optional >true</optional >
45
34
</dependency >
46
35
<dependency >
47
36
<groupId >com.google.auto.value</groupId >
48
37
<artifactId >auto-value-annotations</artifactId >
49
38
<version >1.9</version >
50
- <!-- This is only need at compile-time, there's no runtime dependency -->
51
- <scope >provided</scope >
52
- <optional >true</optional >
53
39
</dependency >
54
40
<dependency >
55
41
<groupId >junit</groupId >
82
68
<configuration >
83
69
<source >1.7</source >
84
70
<target >1.7</target >
71
+ <annotationProcessorPaths >
72
+ <path >
73
+ <groupId >com.google.auto.value</groupId >
74
+ <artifactId >auto-value</artifactId >
75
+ <version >1.9</version >
76
+ </path >
77
+ </annotationProcessorPaths >
85
78
</configuration >
86
79
</plugin >
87
80
</plugins >
You can’t perform that action at this time.
0 commit comments