diff options
author | Artur <artur@vaadin.com> | 2017-05-02 08:30:59 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2017-05-02 08:30:59 +0300 |
commit | f8921dc387a572b12ac7c9c6f4677e5a1d0e5b70 (patch) | |
tree | be13f735bb10458e54d80e722242c902c5f2b8e5 /test/pom.xml | |
parent | 9c443c9de42343a94df5f7040bfed731f8d8f84e (diff) | |
download | vaadin-framework-f8921dc387a572b12ac7c9c6f4677e5a1d0e5b70.tar.gz vaadin-framework-f8921dc387a572b12ac7c9c6f4677e5a1d0e5b70.zip |
Add support for pluggable filters for rewriting dependencies (#9182)
* Add support for pluggable filters for rewriting dependencies
Fixes #9151
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 9987f99082..919ef28ac7 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -107,6 +107,8 @@ <module>servlet-containers/jsp-integration</module> <module>bean-api-validation</module> <module>bean-impl-validation</module> + <module>dependency-rewrite-addon</module> + <module>dependency-rewrite</module> </modules> <build> |