|
52 | 52 | <artifactId>grpc-context</artifactId> |
53 | 53 | <version>1.68.2</version> |
54 | 54 | </dependency> |
55 | | - <!-- TODO exclude error_prone_annotations after the build works --> |
56 | 55 | <dependency> |
57 | | - <groupId>com.google.errorprone</groupId> |
58 | | - <artifactId>error_prone_annotations</artifactId> |
59 | | - <version>2.36.0</version> |
| 56 | + <groupId>com.google.auth</groupId> |
| 57 | + <artifactId>google-auth-library-credentials</artifactId> |
| 58 | + <version>1.30.0</version> |
60 | 59 | </dependency> |
61 | 60 | </dependencies> |
62 | 61 | </dependencyManagement> |
63 | 62 |
|
64 | | - |
65 | 63 | <dependencies> |
66 | 64 | <!-- Apache Tika Core --> |
67 | 65 | <dependency> |
|
75 | 73 | <groupId>com.google.api-client</groupId> |
76 | 74 | <artifactId>google-api-client</artifactId> |
77 | 75 | <version>${google.api.client.version}</version> |
| 76 | + <exclusions> |
| 77 | + <exclusion> |
| 78 | + <groupId>com.google.auth</groupId> |
| 79 | + <artifactId>google-auth-library-oauth2-http</artifactId> |
| 80 | + </exclusion> |
| 81 | + </exclusions> |
| 82 | + </dependency> |
| 83 | + |
| 84 | + <dependency> |
| 85 | + <groupId>com.google.auth</groupId> |
| 86 | + <artifactId>google-auth-library-oauth2-http</artifactId> |
| 87 | + <version>1.30.0</version> |
| 88 | + <exclusions> |
| 89 | + <exclusion> |
| 90 | + <groupId>com.google.errorprone</groupId> |
| 91 | + <artifactId>error_prone_annotations</artifactId> |
| 92 | + </exclusion> |
| 93 | + <exclusion> |
| 94 | + <groupId>com.google.j2objc</groupId> |
| 95 | + <artifactId>j2objc-annotations</artifactId> |
| 96 | + </exclusion> |
| 97 | + </exclusions> |
78 | 98 | </dependency> |
79 | 99 |
|
80 | 100 | <!-- Google Drive API --> |
|
83 | 103 | <artifactId>google-api-services-drive</artifactId> |
84 | 104 | <version>v3-rev20241027-2.0.0</version> |
85 | 105 | </dependency> |
| 106 | + |
| 107 | + <dependency> |
| 108 | + <groupId>com.google.guava</groupId> |
| 109 | + <artifactId>guava</artifactId> |
| 110 | + <exclusions> |
| 111 | + <exclusion> |
| 112 | + <groupId>com.google.errorprone</groupId> |
| 113 | + <artifactId>error_prone_annotations</artifactId> |
| 114 | + </exclusion> |
| 115 | + <exclusion> |
| 116 | + <groupId>com.google.j2objc</groupId> |
| 117 | + <artifactId>j2objc-annotations</artifactId> |
| 118 | + </exclusion> |
| 119 | + </exclusions> |
| 120 | + </dependency> |
86 | 121 |
|
87 | 122 | <!-- Logging --> |
88 | 123 | <dependency> |
|
0 commit comments