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 6deee2e commit 3062628Copy full SHA for 3062628
pom.xml
@@ -523,6 +523,13 @@
523
<maven.compiler.target>21</maven.compiler.target>
524
<vaadin.version>25.0.0-beta5</vaadin.version>
525
</properties>
526
+ <dependencies>
527
+ <dependency>
528
+ <groupId>com.vaadin</groupId>
529
+ <artifactId>vaadin-dev</artifactId>
530
+ <optional>true</optional>
531
+ </dependency>
532
+ </dependencies>
533
</profile>
534
</profiles>
535
0 commit comments