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 5fe1b67 commit cdc88ebCopy full SHA for cdc88eb
pom.xml
@@ -64,6 +64,20 @@
64
<id>webjars</id>
65
<url>https://dl.bintray.com/webjars/maven</url>
66
</repository>
67
+ <repository>
68
+ <id>FlowingCode Releases</id>
69
+ <url>https://maven.flowingcode.com/releases</url>
70
+ </repository>
71
72
+ <id>FlowingCode Snapshots</id>
73
+ <url>https://maven.flowingcode.com/snapshots</url>
74
+ <snapshots>
75
+ <enabled>true</enabled>
76
+ </snapshots>
77
+ <releases>
78
+ <enabled>false</enabled>
79
+ </releases>
80
81
</repositories>
82
83
<dependencies>
0 commit comments