diff options
author | Denis <denis@vaadin.com> | 2017-01-16 16:42:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-16 16:42:03 +0200 |
commit | fd92d1f134962fdd3302cd5ad575e072a3dae7bd (patch) | |
tree | 0372a14500ce28f7064ee90bb0e42616c1c24dc2 /test/pom.xml | |
parent | 352d12d977157f261c2e585e9e0a6f6354812c83 (diff) | |
download | vaadin-framework-fd92d1f134962fdd3302cd5ad575e072a3dae7bd.tar.gz vaadin-framework-fd92d1f134962fdd3302cd5ad575e072a3dae7bd.zip |
Add separate modules to test Bean Validation lib necessity. (#8249)
* Add separate modules to test Bean Validation lib necessity.
Fixes #8141
Diffstat (limited to 'test/pom.xml')
-rw-r--r-- | test/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pom.xml b/test/pom.xml index 4fb2c5befe..d0a148cbfa 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -99,6 +99,8 @@ <module>vaadinservletconfiguration-widget-set</module> <module>spring-boot</module> <module>cdi</module> + <module>bean-api-validation</module> + <module>bean-impl-validation</module> </modules> <build> |