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