We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe970f commit 7a22366Copy full SHA for 7a22366
1 file changed
pom.xml
@@ -53,6 +53,20 @@
53
<id>Vaadin Directory</id>
54
<url>https://maven.vaadin.com/vaadin-addons</url>
55
</repository>
56
+ <repository>
57
+ <id>FlowingCode Releases</id>
58
+ <url>https://maven.flowingcode.com/releases</url>
59
+ </repository>
60
61
+ <id>FlowingCode Snapshots</id>
62
+ <url>https://maven.flowingcode.com/snapshots</url>
63
+ <snapshots>
64
+ <enabled>true</enabled>
65
+ </snapshots>
66
+ <releases>
67
+ <enabled>false</enabled>
68
+ </releases>
69
70
</repositories>
71
72
<dependencies>
0 commit comments