Skip to content

Commit 183fe11

Browse files
committed
[DOC]better reference to dependencies
1 parent 4534ff6 commit 183fe11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ The required jar files are :
3333
* xmlrpc-client-3.1.3.jar
3434
* xmlrpc-common-3.1.3.jar
3535
* ws-commons-util-1.0.2.jar
36+
37+
New dependency https://github.com/briandilley/jsonrpc4j
3638
* jsonrpc4j
3739

3840
Add those jar files to your classpath and you should be ok.
@@ -46,7 +48,7 @@ Run : ```mvn package``` or any other goal that will produce a .jar in the target
4648

4749
## Context manipulation
4850

49-
Values must cast in correct forma
51+
Values must cast in correct format
5052

5153
```
5254
Map inputMap = new java.util.HashMap();

0 commit comments

Comments
 (0)