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 9bef77b commit 6a14325Copy full SHA for 6a14325
pom.xml
@@ -80,6 +80,12 @@
80
<version>1.18.38</version>
81
<scope>provided</scope>
82
</dependency>
83
+ <dependency>
84
+ <groupId>com.vaadin.external.gwt</groupId>
85
+ <artifactId>gwt-elemental</artifactId>
86
+ <version>2.8.2.vaadin2</version>
87
+ <scope>compile</scope>
88
+ </dependency>
89
<dependency>
90
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
91
<artifactId>commons-demo</artifactId>
0 commit comments