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 cc4c2e7 commit c3fc344Copy full SHA for c3fc344
pom.xml
@@ -65,6 +65,20 @@
65
<id>vaadin-snapshots</id>
66
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
67
</repository>
68
+ <repository>
69
+ <id>FlowingCode Releases</id>
70
+ <url>https://maven.flowingcode.com/releases</url>
71
+ </repository>
72
73
+ <id>FlowingCode Snapshots</id>
74
+ <url>https://maven.flowingcode.com/snapshots</url>
75
+ <snapshots>
76
+ <enabled>true</enabled>
77
+ </snapshots>
78
+ <releases>
79
+ <enabled>false</enabled>
80
+ </releases>
81
82
</repositories>
83
84
<pluginRepositories>
0 commit comments