diff options
author | Guille <alvarezguille@users.noreply.github.com> | 2017-11-29 13:37:37 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-11-29 13:37:37 +0200 |
commit | 9c3bb236c59d8bf49b269a0d9b83ec13cdcb02c6 (patch) | |
tree | 865e1d4136bc4304def58ebaca617d7f96d0d489 /test | |
parent | 0bdf98c89034d424f93222a47de2a7240f572116 (diff) | |
download | vaadin-framework-9c3bb236c59d8bf49b269a0d9b83ec13cdcb02c6.tar.gz vaadin-framework-9c3bb236c59d8bf49b269a0d9b83ec13cdcb02c6.zip |
Update to TestBench 5.1.1 (#10391)
Diffstat (limited to 'test')
-rw-r--r-- | test/bean-api-validation/pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/bean-api-validation/pom.xml b/test/bean-api-validation/pom.xml index 629861fda2..dfb50889ee 100644 --- a/test/bean-api-validation/pom.xml +++ b/test/bean-api-validation/pom.xml @@ -9,19 +9,6 @@ </parent> <artifactId>vaadin-test-bean-api-validation</artifactId> <packaging>jar</packaging> - - <dependencies> - <dependency> - <groupId>com.vaadin</groupId> - <artifactId>vaadin-testbench-api</artifactId> - <exclusions> - <exclusion> - <groupId>javax.validation</groupId> - <artifactId>validation-api</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> <build> <plugins> |