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

Skip to content

Commit 53a5572

Browse files
committed
Switch to okhttp-api plugin
The okhttp-api plugin includes okhttp 2.7.5 and okhttp3 3.12.12. This change unbloc 8000 ks migration to okhttp3 for plugins that depend on this library.
1 parent 45678f6 commit 53a5572

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<url>https://github.com/jenkinsci/github-api-plugin</url>
2323

2424
<properties>
25-
<revision>1.112</revision>
25+
<revision>1.111.1</revision>
2626
<github-api.version>1.111</github-api.version>
2727
<changelist>-SNAPSHOT</changelist>
2828
<jenkins.version>2.164.3</jenkins.version>
@@ -36,6 +36,11 @@
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>
3944
<dependency>
4045
<groupId>org.kohsuke</groupId>
4146
<artifactId>github-api</artifactId>
@@ -53,11 +58,6 @@
5358
</exclusion>
5459
</exclusions>
5560
</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