Skip to content

Commit 3a90805

Browse files
committed
update README
- add note about supported authentication-methods - add note about dependencies
1 parent 3c45813 commit 3a90805

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Only Gerrit 2.6 or newer is supported (missing / incomplete REST API in older ve
1313

1414
This 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+
5364
Your Support
5465
------------
5566
If you like this library, you can support it:

0 commit comments

Comments
 (0)