From 09a09f8825b958fe1053d606fc1132018fa21438 Mon Sep 17 00:00:00 2001 From: Piotr Jazdzyk Date: Mon, 26 Feb 2024 17:55:55 +0100 Subject: [PATCH] SNSUNI-88: Add validation dependencies urls to readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0a53e3..de4ed0e 100644 --- a/README.md +++ b/README.md @@ -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.