File tree 2 files changed +20
-8
lines changed
2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 33
33
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
34
34
</properties >
35
35
36
+ <!-- Workaround for issue : https://github.com/GoogleCloudPlatform/google-cloud-java/issues/2192 -->
37
+ <dependencyManagement >
38
+ <dependencies >
39
+ <dependency >
40
+ <groupId >com.google.auth</groupId >
41
+ <artifactId >google-auth-library-credentials</artifactId >
42
+ <version >0.7.1</version >
43
+ </dependency >
44
+ <dependency >
45
+ <groupId >com.google.auth</groupId >
46
+ <artifactId >google-auth-library-oauth2-http</artifactId >
47
+ <version >0.7.1</version >
48
+ </dependency >
49
+ </dependencies >
50
+ </dependencyManagement >
51
+ <!-- End of workaround -->
52
+
36
53
<dependencies >
37
54
<dependency >
38
55
<groupId >com.google.cloud</groupId >
39
56
<artifactId >google-cloud-monitoring</artifactId >
40
57
<version >0.20.3-alpha</version >
41
58
</dependency >
42
-
43
- <!-- Test dependencies -->
44
59
<dependency >
45
60
<groupId >com.google.guava</groupId >
46
61
<artifactId >guava</artifactId >
47
62
<version >20.0</version >
48
63
</dependency >
49
- <dependency >
50
- <groupId >com.google.auth</groupId >
51
- <artifactId >google-auth-library-oauth2-http</artifactId >
52
- <version >0.7.1</version >
53
- </dependency >
64
+
65
+ <!-- Test dependencies -->
54
66
<dependency >
55
67
<groupId >junit</groupId >
56
68
<artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 42
42
</dependency >
43
43
<!-- [END dependencies] -->
44
44
45
- <!-- Test dependencies -->
46
45
<dependency >
47
46
<groupId >com.google.auth</groupId >
48
47
<artifactId >google-auth-library-oauth2-http</artifactId >
53
52
<artifactId >guava</artifactId >
54
53
<version >20.0</version >
55
54
</dependency >
55
+ <!-- Test dependencies -->
56
56
<dependency >
57
57
<groupId >junit</groupId >
58
58
<artifactId >junit</artifactId >
You can’t perform that action at this time.
0 commit comments