File tree 6 files changed +36
-5
lines changed
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.
49
49
</dependency >
50
50
51
51
<!-- 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 >
52
57
<dependency >
53
58
<groupId >junit</groupId >
54
59
<artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 45
45
<version >20.0</version >
46
46
</dependency >
47
47
48
- <!-- FIXME: remove after client fixes depenency issue -->
48
+ <!-- FIXME: remove after client fixes dependency issue -->
49
49
<dependency >
50
50
<groupId >com.google.auth</groupId >
51
51
<artifactId >google-auth-library-oauth2-http</artifactId >
Original file line number Diff line number Diff line change 41
41
</dependency >
42
42
43
43
<!-- 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 >
44
54
<dependency >
45
55
<groupId >junit</groupId >
46
56
<artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 42
42
</dependency >
43
43
44
44
<!-- 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 >
45
55
<dependency >
46
56
<groupId >junit</groupId >
47
57
<artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 43
43
<artifactId >google-api-services-storagetransfer</artifactId >
44
44
<version >v1-rev20-1.22.0</version >
45
45
<exclusions >
46
- <exclusion > <!-- exclude an old version of Guava -->
47
- <groupId >com.google.guava</groupId >
48
- <artifactId >guava-jdk5</artifactId >
49
- </exclusion >
50
46
</exclusions >
51
47
</dependency >
52
48
<dependency >
Original file line number Diff line number Diff line change 43
43
<!-- [END dependencies] -->
44
44
45
45
<!-- 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 >
46
56
<dependency >
47
57
<groupId >junit</groupId >
48
58
<artifactId >junit</artifactId >
You can’t perform that action at this time.
0 commit comments