File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ Only Gerrit 2.6 or newer is supported (missing / incomplete REST API in older ve
1313
1414This implementation is used for example as base for the [ Gerrit IntelliJ Plugin] .
1515
16+ Many different authentication-methods are supported (HTTP basic, HTTP digest, LDAP with form,
17+ HTTP password from Gerrit setting, ...).
18+
1619[ Gerrit Code Review Tool ] : http://code.google.com/p/gerrit/
1720[ Gerrit IntelliJ Plugin ] : https://github.com/uwolfer/gerrit-intellij-plugin
1821
@@ -50,6 +53,14 @@ Releases are available with Maven:
5053</dependency >
5154```
5255
56+ Dependencies
57+ ------------
58+ This library depends on [ Apache HttpClient] , [ Gson] and [ Guava] .
59+
60+ [ Apache HttpClient ] : https://hc.apache.org/httpcomponents-client-ga/
61+ [ Gson ] : https://github.com/google/gson
62+ [ Guava ] : https://github.com/google/guava
63+
5364Your Support
5465------------
5566If you like this library, you can support it:
You can’t perform that action at this time.
0 commit comments