]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update to TestBench 5.1.1 (#10391)
authorGuille <alvarezguille@users.noreply.github.com>
Wed, 29 Nov 2017 11:37:37 +0000 (13:37 +0200)
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>
Wed, 29 Nov 2017 11:37:37 +0000 (13:37 +0200)
bom/pom.xml
pom.xml
test/bean-api-validation/pom.xml

index 84314e129b8c6f4005e0fb502c6fe6f278d40718..2f87ce1f279de3e878cdb17018dc0bf77051af98 100644 (file)
@@ -18,7 +18,7 @@
 
     <properties>
         <vaadin.spring.version>2.0.1</vaadin.spring.version>
-        <vaadin.testbench.version>5.1.0</vaadin.testbench.version>
+        <vaadin.testbench.version>5.1.1</vaadin.testbench.version>
         <vaadin.cdi.version>2.0.0</vaadin.cdi.version>
         <vaadin.context-menu.version>2.0.0</vaadin.context-menu.version>
     </properties>
diff --git a/pom.xml b/pom.xml
index 43047fa10a36d4aa5b5a32758bbd145199cf5242..281a7db21fbd3cee19740ef4b6e8117468e8cb5c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
         <sonar.issuesReport.html.enable>true</sonar.issuesReport.html.enable>
 
         <vaadin.icons.version>3.0.1</vaadin.icons.version>
-        <vaadin.testbench.version>5.1.0</vaadin.testbench.version>
+        <vaadin.testbench.version>5.1.1</vaadin.testbench.version>
     </properties>
 
     <!-- TODO: remove this after maven plugin has been released -->
index 629861fda284b06ba460e71176a5b7f36903b12a..dfb50889eec247092b5199a7fa3726ae96942e42 100644 (file)
@@ -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>