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

Commit

Permalink
Split prerequisites and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fdechelle authored Nov 4, 2022
1 parent 62804d1 commit ce26fb3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ce26fb3

Please sign in to comment.