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 1b57e3b commit 49b7e15Copy full SHA for 49b7e15
pom.xml
@@ -475,6 +475,13 @@
475
<vaadin.version>25.0.0-beta2</vaadin.version>
476
<jetty.version>11.0.26</jetty.version>
477
</properties>
478
+ <dependencies>
479
+ <dependency>
480
+ <groupId>com.vaadin</groupId>
481
+ <artifactId>vaadin-dev</artifactId>
482
+ <optional>true</optional>
483
+ </dependency>
484
+ </dependencies>
485
</profile>
486
</profiles>
487
0 commit comments