Skip to content

Commit 3358529

Browse files
committed
✨ Added reference to GitHub repo to retrieve autoconfigure
1 parent 3f2057a commit 3358529

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • spring/fluentforms-spring-boot-starter

spring/fluentforms-spring-boot-starter/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
</repository>
3030
</distributionManagement>
3131

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+
3242
<dependencies>
3343
<!-- Project Dependencies -->
3444
<dependency>

0 commit comments

Comments
 (0)