Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit ce26fb3

Browse files
authored
Split prerequisites and dependencies
1 parent 62804d1 commit ce26fb3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,14 @@ You can find more information about the previous version (v1) of the Intrusion D
2121
The following prerequisites must be installed on your system to install and use this library:
2222

2323
* Java: version 11 or above
24+
25+
The library has the following third-party dependencies:
26+
2427
* Jackson (aka JSON for Java): https://github.com/FasterXML/jackson
2528
* Networknt Java JSON Schema Validator: https://github.com/networknt/json-schema-validator
2629

30+
**Note**: building using gradle automaticaly pulls the needed dependencies.
31+
2732
To compile the library:
2833

2934
``` shell
@@ -32,8 +37,6 @@ To compile the library:
3237

3338
This will build a JAR archive located in `./build/libs`.
3439

35-
**Note**: building using gradle automaticaly pulls the needed dependencies.
36-
3740
## Using the library
3841

3942
### javadoc

0 commit comments

Comments
 (0)