Skip to content

Commit

Permalink
Bundle OkHttp
Browse files Browse the repository at this point in the history
GitHub plugin is already bundling OkHttp, but until this plugin bundles
it, people cannot use `OkHttpConnector` defined in github-api.
  • Loading branch information
kohsuke committed Mar 8, 2016
1 parent c952037 commit 185541a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
<artifactId>github-api</artifactId>
<version>1.72</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp-urlconnection</artifactId>
<version>2.5.0</version>
</dependency>
</dependencies>

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

1 comment on commit 185541a

@KostyaSha
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If i right understand, you will break plugin classloading as soon as github-plugin update okhttp version. And it was planned to do. cc @oleg-nenashev @lanwen

Please sign in to comment.