8000 Revert "Switch to okhttp-api plugin" · jetersen/github-api-plugin@a03e1b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit a03e1b1

Browse files
committed
Revert "Switch to okhttp-api plugin"
This reverts commit 53a5572.
1 parent 53ad053 commit a03e1b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@
3636
<artifactId>jackson2-api</artifactId>
3737
<version>2.10.2</version>
3838
</dependency>
39-
<dependency>
40-
<groupId>io.jenkins.plugins</groupId>
41-
<artifactId>okhttp-api</artifactId>
42-
<version>3.12.12.2</version>
43-
</dependency>
4439
<dependency>
4540
<groupId>org.kohsuke</groupId>
4641
<artifactId>github-api</artifactId>
@@ -58,6 +53,11 @@
5853
</exclusion>
5954
</exclusions>
6055
</dependency>
56+
<dependency>
57+
<groupId>com.squareup.okhttp</groupId>
58+
<artifactId>okhttp-urlconnection</artifactId>
59+
<version>2.7.5</version>
60+
</dependency>
6161
</dependencies>
6262

6363
<!-- get every artifact through maven.glassfish.org, which proxies all the artifacts that we need -->

0 commit comments

Comments
 (0)
0