Skip to content

Commit 470c2d3

Browse files
committed
add flow-react dependency for maven plugin integration tests
1 parent 3cd7f84 commit 470c2d3

File tree

1 file changed

+6
-0
lines changed
  • flow-plugins/flow-maven-plugin

1 file changed

+6
-0
lines changed

flow-plugins/flow-maven-plugin/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
<artifactId>flow-polymer2lit</artifactId>
7272
<version>${project.version}</version>
7373
</dependency>
74+
<dependency>
75+
<groupId>com.vaadin</groupId>
76+
<artifactId>flow-react</artifactId>
77+
<version>${project.version}</version>
78+
<scope>test</scope>
79+
</dependency>
7480
</dependencies>
7581

7682
<!-- Needed for lambdas in Mojos -->

0 commit comments

Comments
 (0)