File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 157
157
<dependency >
158
158
<groupId >javax.annotation</groupId >
159
159
<artifactId >javax.annotation-api</artifactId >
160
+ <!-- Adding version here because flatten cannot interpret this -->
161
+ <version >${javax.annotations.version} </version >
160
162
</dependency >
161
163
</dependencies >
162
164
</profile >
Original file line number Diff line number Diff line change 161
161
<artifactId >threetenbp</artifactId >
162
162
<version >${threeten.version} </version >
163
163
</dependency >
164
- <dependency >
165
- <groupId >javax.annotation</groupId >
166
- <artifactId >javax.annotation-api</artifactId >
167
- <version >${javax.annotations.version} </version >
168
- </dependency >
169
164
<dependency >
170
165
<groupId >org.codehaus.mojo</groupId >
171
166
<artifactId >animal-sniffer-annotations</artifactId >
Original file line number Diff line number Diff line change 46
46
<artifactId >google-cloud-bigquery</artifactId >
47
47
<version >1.111.1-SNAPSHOT</version >
48
48
</dependency >
49
+ <!-- {x-version-update-end} -->
49
50
50
51
<!-- Test dependencies -->
51
52
<dependency >
57
58
<dependency >
58
59
<groupId >com.google.truth</groupId >
59
60
<artifactId >truth</artifactId >
60
- <version >1.111.1-SNAPSHOT </version >
61
+ <version >1.0.1 </version >
61
62
<scope >test</scope >
62
63
</dependency >
63
- <!-- {x-version-update-end} -->
64
+
64
65
</dependencies >
65
66
66
67
<!-- compile and run all snippet tests -->
You can’t perform that action at this time.
0 commit comments