Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
replaced apache by jetty http client (#2275)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer authored and maggu2810 committed Oct 7, 2016
1 parent b9c73ee commit 354ed5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/documentation/development/bindings/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ You might also have the need to use other libraries for specific use cases like
- com.google.gson.*

### For HTTP operations
- org.apache.http.*
- org.eclipse.jetty.client.*
- org.eclipse.jetty.client.api.*
- org.eclipse.jetty.http.*
- org.eclipse.jetty.util.*

## 3rd Party Libraries

Expand Down

0 comments on commit 354ed5c

Please sign in to comment.