File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 214214 <version >${swagger-core-version} </version >
215215 </dependency >
216216 <dependency >
217- <groupId >okhttp33 </groupId >
217+ <groupId >com.squareup.okhttp3 </groupId >
218218 <artifactId >okhttp</artifactId >
219219 <version >${okhttp-version} </version >
220220 </dependency >
224224 <version >${okio-version} </version >
225225 </dependency >
226226 <dependency >
227- <groupId >okhttp33 </groupId >
227+ <groupId >com.squareup.okhttp3 </groupId >
228228 <artifactId >logging-interceptor</artifactId >
229229 <version >${okhttp-version} </version >
230230 </dependency >
256256 <artifactId >commons-lang3</artifactId >
257257 <version >3.0</version >
258258 </dependency >
259+
260+ <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-gpg-plugin -->
261+ <dependency >
262+ <groupId >org.apache.maven.plugins</groupId >
263+ <artifactId >maven-gpg-plugin</artifactId >
264+ <version >1.5</version >
265+ </dependency >
266+
259267 </dependencies >
260268 <properties >
261269 <java .version>1.8</java .version>
You can’t perform that action at this time.
0 commit comments