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 157157 <dependency >
158158 <groupId >javax.annotation</groupId >
159159 <artifactId >javax.annotation-api</artifactId >
160+ <!-- Adding version here because flatten cannot interpret this -->
161+ <version >${javax.annotations.version} </version >
160162 </dependency >
161163 </dependencies >
162164 </profile >
Original file line number Diff line number Diff line change 161161 <artifactId >threetenbp</artifactId >
162162 <version >${threeten.version} </version >
163163 </dependency >
164- <dependency >
165- <groupId >javax.annotation</groupId >
166- <artifactId >javax.annotation-api</artifactId >
167- <version >${javax.annotations.version} </version >
168- </dependency >
169164 <dependency >
170165 <groupId >org.codehaus.mojo</groupId >
171166 <artifactId >animal-sniffer-annotations</artifactId >
Original file line number Diff line number Diff line change 4646 <artifactId >google-cloud-bigquery</artifactId >
4747 <version >1.111.1-SNAPSHOT</version >
4848 </dependency >
49+ <!-- {x-version-update-end} -->
4950
5051 <!-- Test dependencies -->
5152 <dependency >
5758 <dependency >
5859 <groupId >com.google.truth</groupId >
5960 <artifactId >truth</artifactId >
60- <version >1.111.1-SNAPSHOT </version >
61+ <version >1.0.1 </version >
6162 <scope >test</scope >
6263 </dependency >
63- <!-- {x-version-update-end} -->
64+
6465 </dependencies >
6566
6667 <!-- compile and run all snippet tests -->
You can’t perform that action at this time.
0 commit comments