We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259f7ea commit a6bb9f5Copy full SHA for a6bb9f5
1 file changed
pom.xml
@@ -409,7 +409,12 @@
409
<jetty.version>11.0.26</jetty.version>
410
</properties>
411
<dependencies>
412
- <dependency>
+ <dependency>
413
+ <groupId>com.vaadin</groupId>
414
+ <artifactId>vaadin-dev</artifactId>
415
+ <optional>true</optional>
416
+ </dependency>
417
418
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
419
<artifactId>commons-demo</artifactId>
420
<version>5.0.0</version>
0 commit comments