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 bce1f37 commit c6109fcCopy full SHA for c6109fc
pom.xml
@@ -62,6 +62,10 @@
62
<id>Vaadin Directory</id>
63
<url>https://maven.vaadin.com/vaadin-addons</url>
64
</repository>
65
+ <repository>
66
+ <id>FlowingCode Releases</id>
67
+ <url>https://maven.flowingcode.com/releases</url>
68
+ </repository>
69
</repositories>
70
71
<dependencies>
@@ -118,7 +122,7 @@
118
122
<dependency>
119
123
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
120
124
<artifactId>commons-demo</artifactId>
121
- <version>2.1.0-SNAPSHOT</version>
125
+ <version>3.0.0</version>
126
<scope>test</scope>
127
</dependency>
128
</dependencies>
0 commit comments