From ce26fb39d722b9e3f70933c9e26145b1eeb6f727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20D=C3=A9chelle?= Date: Fri, 4 Nov 2022 16:09:27 +0100 Subject: [PATCH] Split prerequisites and dependencies --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cf3319..d5d2c45 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,14 @@ You can find more information about the previous version (v1) of the Intrusion D The following prerequisites must be installed on your system to install and use this library: * Java: version 11 or above + +The library has the following third-party dependencies: + * Jackson (aka JSON for Java): https://github.com/FasterXML/jackson * Networknt Java JSON Schema Validator: https://github.com/networknt/json-schema-validator +**Note**: building using gradle automaticaly pulls the needed dependencies. + To compile the library: ``` shell @@ -32,8 +37,6 @@ To compile the library: This will build a JAR archive located in `./build/libs`. -**Note**: building using gradle automaticaly pulls the needed dependencies. - ## Using the library ### javadoc