Skip to content

Commit

Permalink
SNSUNI-88: Add validation dependencies urls to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pjazdzyk committed Feb 26, 2024
1 parent 08127eb commit 09a09f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,8 @@ Example of specifying range, where both limits are exclusive:
Keep in mind that validated class must be annotated with: @Validated annotation.

Following dependencies MUST be added to the project in order to unitility-validation to work:
- SpringBoot: **spring-boot-starter-validation**
- Quarkus:
- SpringBoot: **[spring-boot-starter-validation](https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-validation)**
- Quarkus: **[quarkus-hibernate-validator](https://mvnrepository.com/artifact/io.quarkus/quarkus-hibernate-validator)**

## 6. CREATING CUSTOM QUANTITIES
The Unitility includes a set of the most commonly used quantities and related units with an emphasis on thermodynamics.
Expand Down

0 comments on commit 09a09f8

Please sign in to comment.