Skip to content

Commit ca52664

Browse files
committed
add flow-react dependency for maven plugin integration tests
1 parent e1092f3 commit ca52664

File tree

1 file changed

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

1 file changed

+1
-6
lines changed

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

+1-6
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@
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>
8074
</dependencies>
8175

8276
<!-- Needed for lambdas in Mojos -->
@@ -113,6 +107,7 @@
113107
<localRepositoryPath>target/local-repo</localRepositoryPath>
114108
<extraArtifacts>
115109
<artifact>com.vaadin:flow-client:${project.version}</artifact>
110+
<artifact>com.vaadin:flow-react:${project.version}</artifact>
116111
</extraArtifacts>
117112
<streamLogsOnFailures>true</streamLogsOnFailures>
118113
<settingsFile>src/it/settings.xml</settingsFile>

0 commit comments

Comments
 (0)