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 6627272 commit 0edc732Copy full SHA for 0edc732
pom.xml
@@ -316,6 +316,13 @@
316
<maven.compiler.target>21</maven.compiler.target>
317
<vaadin.version>25.0.0</vaadin.version>
318
</properties>
319
+ <dependencies>
320
+ <dependency>
321
+ <groupId>com.vaadin</groupId>
322
+ <artifactId>vaadin-dev</artifactId>
323
+ <optional>true</optional>
324
+ </dependency>
325
+ </dependencies>
326
</profile>
327
328
</profiles>
0 commit comments