Skip to content

Commit deb415e

Browse files
authored
chore: add vaadin-dev-server to javadoc generation
1 parent 71111fd commit deb415e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/generator/templates/template-vaadin-platform-javadoc-pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@
106106
<version>${flow.version}</version>
107107
<scope>provided</scope>
108108
</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>
109115
<dependency>
110116
<groupId>com.vaadin</groupId>
111117
<artifactId>vaadin-spring</artifactId>

0 commit comments

Comments
 (0)