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 10fb6c3 commit f3dc398Copy full SHA for f3dc398
pom.xml
@@ -57,6 +57,20 @@
57
<id>Vaadin Directory</id>
58
<url>https://maven.vaadin.com/vaadin-addons</url>
59
</repository>
60
+ <repository>
61
+ <id>FlowingCode Releases</id>
62
+ <url>https://maven.flowingcode.com/releases</url>
63
+ </repository>
64
65
+ <id>FlowingCode Snapshots</id>
66
+ <url>https://maven.flowingcode.com/snapshots</url>
67
+ <snapshots>
68
+ <enabled>true</enabled>
69
+ </snapshots>
70
+ <releases>
71
+ <enabled>false</enabled>
72
+ </releases>
73
74
</repositories>
75
76
<dependencies>
0 commit comments