Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency on hibernate-validator #102

Open
ruurd opened this issue Jan 29, 2018 · 2 comments
Open

Dependency on hibernate-validator #102

ruurd opened this issue Jan 29, 2018 · 2 comments

Comments

@ruurd
Copy link

ruurd commented Jan 29, 2018

Why are you depending on hibernate-validator? Now you pull in a whole implementation of javax.validation and make it hard for others that want to use a newer implementation of hibernate-validator. Why not compile against the validation API and instruct users to pull in hibernate-validator themself?

@0crat
Copy link

0crat commented Jan 29, 2018

@yegor256/z please, pay attention to this issue

@yegor256
Copy link
Member

@ruurd you can just include your own version of hibernate-validator in your pom.xml and our version won't be used. It's a runtime dependency in our case. Or I didn't understand the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants