Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JanLoebel authored Dec 6, 2022
1 parent 7db197e commit a8bb26a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ You need to add jitpack to your `pom.xml` because this project is not available
</repositories>
```

_Note_: For Spring Boot < 3.0 please use 2.3.0, otherwise use 3.0.0 for Spring Boot >= 3.0.

Add the `json-schema-validation-starter`-dependency to your `pom.xml`
```
<dependency>
<groupId>com.github.JanLoebel</groupId>
<artifactId>json-schema-validation-starter</artifactId>
<version>2.3.0</version>
<version>3.0.0</version>
</dependency>
```

Expand Down

0 comments on commit a8bb26a

Please sign in to comment.