Skip to content

Commit 947ae7d

Browse files
authored
fix: bring flow dependency as provided in spreadsheet (#8104)
This align dependencies with all other flow components
1 parent 3198f4c commit 947ae7d

File tree

1 file changed

+1
-4
lines changed
  • vaadin-spreadsheet-flow-parent/vaadin-spreadsheet-flow

1 file changed

+1
-4
lines changed

vaadin-spreadsheet-flow-parent/vaadin-spreadsheet-flow/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
<dependency>
2323
<groupId>com.vaadin</groupId>
2424
<artifactId>flow-html-components</artifactId>
25-
</dependency>
26-
<dependency>
27-
<groupId>com.vaadin</groupId>
28-
<artifactId>flow-server</artifactId>
25+
<scope>provided</scope>
2926
</dependency>
3027
<dependency>
3128
<groupId>com.vaadin</groupId>

0 commit comments

Comments
 (0)