File tree Expand file tree Collapse file tree 6 files changed +36
-5
lines changed Expand file tree Collapse file tree 6 files changed +36
-5
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,11 @@ limitations under the License.
4949 </dependency >
5050
5151 <!-- Test Dependencies -->
52+ <dependency >
53+ <groupId >com.google.auth</groupId >
54+ <artifactId >google-auth-library-oauth2-http</artifactId >
55+ <version >0.6.0</version >
56+ </dependency >
5257 <dependency >
5358 <groupId >junit</groupId >
5459 <artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 4545 <version >20.0</version >
4646 </dependency >
4747
48- <!-- FIXME: remove after client fixes depenency issue -->
48+ <!-- FIXME: remove after client fixes dependency issue -->
4949 <dependency >
5050 <groupId >com.google.auth</groupId >
5151 <artifactId >google-auth-library-oauth2-http</artifactId >
Original file line number Diff line number Diff line change 4141 </dependency >
4242
4343 <!-- Test dependencies -->
44+ <dependency >
45+ <groupId >com.google.guava</groupId >
46+ <artifactId >guava</artifactId >
47+ <version >20.0</version >
48+ </dependency >
49+ <dependency >
50+ <groupId >com.google.auth</groupId >
51+ <artifactId >google-auth-library-oauth2-http</artifactId >
52+ <version >0.6.0</version >
53+ </dependency >
4454 <dependency >
4555 <groupId >junit</groupId >
4656 <artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 4242 </dependency >
4343
4444 <!-- Test dependencies -->
45+ <dependency >
46+ <groupId >com.google.guava</groupId >
47+ <artifactId >guava</artifactId >
48+ <version >20.0</version >
49+ </dependency >
50+ <dependency >
51+ <groupId >com.google.auth</groupId >
52+ <artifactId >google-auth-library-oauth2-http</artifactId >
53+ <version >0.6.0</version >
54+ </dependency >
4555 <dependency >
4656 <groupId >junit</groupId >
4757 <artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 4343 <artifactId >google-api-services-storagetransfer</artifactId >
4444 <version >v1-rev20-1.22.0</version >
4545 <exclusions >
46- <exclusion > <!-- exclude an old version of Guava -->
47- <groupId >com.google.guava</groupId >
48- <artifactId >guava-jdk5</artifactId >
49- </exclusion >
5046 </exclusions >
5147 </dependency >
5248 <dependency >
Original file line number Diff line number Diff line change 4343 <!-- [END dependencies] -->
4444
4545 <!-- Test dependencies -->
46+ <dependency >
47+ <groupId >com.google.auth</groupId >
48+ <artifactId >google-auth-library-oauth2-http</artifactId >
49+ <version >0.6.0</version >
50+ </dependency >
51+ <dependency >
52+ <groupId >com.google.guava</groupId >
53+ <artifactId >guava</artifactId >
54+ <version >20.0</version >
55+ </dependency >
4656 <dependency >
4757 <groupId >junit</groupId >
4858 <artifactId >junit</artifactId >
You can’t perform that action at this time.
0 commit comments