mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Update README.md
Add a note on dependencies with Java 11+
This commit is contained in:
parent
113f1c7926
commit
06c89f40a9
1 changed files with 5 additions and 1 deletions
|
|
@ -83,6 +83,10 @@ Result validationResult = validator.checkInput(document);
|
|||
|
||||
The [API documentation](./docs/api.md) shows further configuration options.
|
||||
|
||||
**Note:** With Java 11+, you need to include a dependency to `org.glassfish.jaxb:jaxb-runtime` in your project explicitly,
|
||||
as that dependency is marked `optional` in this project and
|
||||
will thus not be resolved transitively.
|
||||
|
||||
### Daemon-Mode
|
||||
|
||||
You can also start the validator as a HTTP-Server. Just start it in _Daemon-Mode_ with the `-D` option.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue