We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2057a commit 3358529Copy full SHA for 3358529
1 file changed
spring/fluentforms-spring-boot-starter/pom.xml
@@ -29,6 +29,16 @@
29
</repository>
30
</distributionManagement>
31
32
+ <repositories>
33
+ <repository>
34
+ <id>github</id>
35
+ <url>https://maven.pkg.github.com/4PointSolutions/*</url>
36
+ <snapshots>
37
+ <enabled>true</enabled>
38
+ </snapshots>
39
+ </repository>
40
+ </repositories>
41
+
42
<dependencies>
43
<!-- Project Dependencies -->
44
<dependency>
0 commit comments