Skip to content

Commit b367f47

Browse files
committed
fix: add Quarkus snapshots repository
Signed-off-by: Chris Laprun <[email protected]>
1 parent 4ab7179 commit b367f47

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build-parent/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@
3535
<enabled>true</enabled>
3636
</snapshots>
3737
</repository>
38+
39+
<repository>
40+
<id>oss-sonatype-quarkus</id>
41+
<name>oss-sonatype-quarkus</name>
42+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
43+
<snapshots>
44+
<enabled>true</enabled>
45+
</snapshots>
46+
</repository>
3847
</repositories>
3948

4049
<dependencyManagement>

0 commit comments

Comments
 (0)