Skip to content

Commit 8d85f45

Browse files
committed
AST-6-V7.0.0
1 parent 6dd7577 commit 8d85f45

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

pom.xml

+10-2
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
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>
@@ -224,7 +224,7 @@
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>
@@ -256,6 +256,14 @@
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>

0 commit comments

Comments
 (0)