summaryrefslogtreecommitdiffstats
path: root/test/pom.xml
diff options
context:
space:
mode:
authorDenis <denis@vaadin.com>2017-01-16 16:42:03 +0200
committerGitHub <noreply@github.com>2017-01-16 16:42:03 +0200
commitfd92d1f134962fdd3302cd5ad575e072a3dae7bd (patch)
tree0372a14500ce28f7064ee90bb0e42616c1c24dc2 /test/pom.xml
parent352d12d977157f261c2e585e9e0a6f6354812c83 (diff)
downloadvaadin-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.xml2
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>