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 59515b8 commit aec856fCopy full SHA for aec856f
pom.xml
@@ -467,6 +467,13 @@
467
<vaadin.version>25.0.0-beta2</vaadin.version>
468
<jetty.version>11.0.26</jetty.version>
469
</properties>
470
+ <dependencies>
471
+ <dependency>
472
+ <groupId>com.vaadin</groupId>
473
+ <artifactId>vaadin-dev</artifactId>
474
+ <optional>true</optional>
475
+ </dependency>
476
+ </dependencies>
477
</profile>
478
<profile>
479
<id>release</id>
0 commit comments