Skip to content

Commit

Permalink
fix: Do not bring junit4 into all TestBench projects (#15752)
Browse files Browse the repository at this point in the history
Use the same dependency as flow-components
  • Loading branch information
Artur- committed Jan 25, 2023
1 parent 00bdfdf commit 2c0bc21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flow-html-components-testbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
<dependencies>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-testbench-core</artifactId>
<artifactId>vaadin-testbench-shared</artifactId>
<version>${testbench.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
Expand Down

0 comments on commit 2c0bc21

Please sign in to comment.