Skip to content

Commit 56d1efc

Browse files
committed
style(README.md): don't mention JSR-303 as it only refers to Bean Validation 1.0
[skip ci]
1 parent c138516 commit 56d1efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you are programmer/sysadmin or you just feeling that you are able to run a lo
4242
* *Databases*: H2, MySQL or PostgreSQL
4343
* *Database access*: Spring's `JdbcTemplate`
4444
* *Database migrations*: Liquibase
45-
* *Validation*: JSR-303 (Hibernate Validator)
45+
* *Validation*: Hibernate Validator
4646
* *Logging*: Slf4j (Logback)
4747
* *Unit tests*: Groovy with Spock Framework or JUnit (for Java code), jasmine (for JavaScript code)
4848
* *Integration tests*: Selenium3, RobotFramework, WireMock

0 commit comments

Comments
 (0)