This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 65
65
<google .core.version>1.95.3</google .core.version>
66
66
<google .auth.version>0.26.0</google .auth.version>
67
67
<google .http-client.version>1.39.2</google .http-client.version>
68
+ <google .oauth-client.version>1.31.5</google .oauth-client.version>
68
69
<google .api-client.version>1.32.1</google .api-client.version>
69
70
<gson .version>2.8.7</gson .version>
70
71
<threeten .version>1.5.1</threeten .version>
76
77
<errorprone .version>2.7.1</errorprone .version>
77
78
<jackson .version>2.12.3</jackson .version>
78
79
<codec .version>1.15</codec .version>
80
+ <httpcomponents .httpcore.version>4.4.14</httpcomponents .httpcore.version>
81
+ <httpcomponents .httpclient.version>4.5.13</httpcomponents .httpclient.version>
79
82
</properties >
80
83
81
84
<dependencyManagement >
114
117
<type >pom</type >
115
118
<scope >import</scope >
116
119
</dependency >
120
+
121
+
122
+ <dependency >
123
+ <groupId >org.apache.httpcomponents</groupId >
124
+ <artifactId >httpcore</artifactId >
125
+ <version >${httpcomponents.httpcore.version} </version >
126
+ </dependency >
127
+ <dependency >
128
+ <groupId >org.apache.httpcomponents</groupId >
129
+ <artifactId >httpclient</artifactId >
130
+ <version >${httpcomponents.httpclient.version} </version >
131
+ </dependency >
132
+
117
133
<dependency >
118
134
<groupId >com.google.api</groupId >
119
135
<artifactId >api-common</artifactId >
155
171
<type >pom</type >
156
172
<scope >import</scope >
157
173
</dependency >
174
+ <dependency >
175
+ <groupId >com.google.oauth-client</groupId >
176
+ <artifactId >google-oauth-client-bom</artifactId >
177
+ <version >${google.oauth-client.version} </version >
178
+ <type >pom</type >
179
+ <scope >import</scope >
180
+ </dependency >
158
181
<dependency >
159
182
<groupId >com.google.api-client</groupId >
160
183
<artifactId >google-api-client-bom</artifactId >
You can’t perform that action at this time.
0 commit comments