We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71111fd commit deb415eCopy full SHA for deb415e
scripts/generator/templates/template-vaadin-platform-javadoc-pom.xml
@@ -106,6 +106,12 @@
106
<version>${flow.version}</version>
107
<scope>provided</scope>
108
</dependency>
109
+ <dependency>
110
+ <groupId>com.vaadin</groupId>
111
+ <artifactId>vaadin-dev-server</artifactId>
112
+ <version>${flow.version}</version>
113
+ <scope>provided</scope>
114
+ </dependency>
115
<dependency>
116
<groupId>com.vaadin</groupId>
117
<artifactId>vaadin-spring</artifactId>
0 commit comments