|
35 | 35 | <google.api.client.version>2.7.0</google.api.client.version> |
36 | 36 | </properties> |
37 | 37 |
|
38 | | - <dependencyManagement> |
39 | | - <dependencies> |
40 | | - <dependency> |
41 | | - <groupId>com.google.http-client</groupId> |
42 | | - <artifactId>google-http-client</artifactId> |
43 | | - <version>1.45.2</version> |
44 | | - </dependency> |
45 | | - <dependency> |
46 | | - <groupId>com.google.http-client</groupId> |
47 | | - <artifactId>google-http-client-gson</artifactId> |
48 | | - <version>1.45.2</version> |
49 | | - </dependency> |
50 | | - <dependency> |
51 | | - <groupId>io.grpc</groupId> |
52 | | - <artifactId>grpc-context</artifactId> |
53 | | - <version>1.68.2</version> |
54 | | - </dependency> |
55 | | - <dependency> |
56 | | - <groupId>com.google.auth</groupId> |
57 | | - <artifactId>google-auth-library-oauth2-http</artifactId> |
58 | | - <version>1.30.0</version> |
59 | | - </dependency> |
60 | | - <!-- TODO exclude error_prone_annotations after the build works --> |
61 | | - <dependency> |
62 | | - <groupId>com.google.errorprone</groupId> |
63 | | - <artifactId>error_prone_annotations</artifactId> |
64 | | - <version>2.36.0</version> |
65 | | - </dependency> |
66 | | - </dependencies> |
67 | | - </dependencyManagement> |
| 38 | + <dependencyManagement> |
| 39 | + <dependencies> |
| 40 | + <dependency> |
| 41 | + <groupId>com.google.http-client</groupId> |
| 42 | + <artifactId>google-http-client</artifactId> |
| 43 | + <version>1.45.2</version> |
| 44 | + </dependency> |
| 45 | + <dependency> |
| 46 | + <groupId>com.google.http-client</groupId> |
| 47 | + <artifactId>google-http-client-gson</artifactId> |
| 48 | + <version>1.45.2</version> |
| 49 | + </dependency> |
| 50 | + <dependency> |
| 51 | + <groupId>io.grpc</groupId> |
| 52 | + <artifactId>grpc-context</artifactId> |
| 53 | + <version>1.68.2</version> |
| 54 | + </dependency> |
| 55 | + <!-- TODO exclude error_prone_annotations after the build works --> |
| 56 | + <dependency> |
| 57 | + <groupId>com.google.errorprone</groupId> |
| 58 | + <artifactId>error_prone_annotations</artifactId> |
| 59 | + <version>2.36.0</version> |
| 60 | + </dependency> |
| 61 | + </dependencies> |
| 62 | + </dependencyManagement> |
68 | 63 |
|
69 | 64 |
|
70 | 65 | <dependencies> |
|
82 | 77 | <version>${google.api.client.version}</version> |
83 | 78 | </dependency> |
84 | 79 |
|
85 | | - <dependency> |
86 | | - <groupId>com.google.auth</groupId> |
87 | | - <artifactId>google-auth-library-oauth2-http</artifactId> |
88 | | - <version>1.19.0</version> |
89 | | - </dependency> |
90 | | - |
91 | 80 | <!-- Google Drive API --> |
92 | 81 | <dependency> |
93 | 82 | <groupId>com.google.apis</groupId> |
|
0 commit comments