Skip to content

Commit c6d86cc

Browse files
Merge pull request #5 from sideshowcoder/sideshowcoder/add-missing-snapshot-repo
fix: add missing snapshotRepository
2 parents 073d83d + 0a2e026 commit c6d86cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@
8585
<name>Maven Central</name>
8686
<url>https://central.sonatype.com</url>
8787
</repository>
88+
<snapshotRepository>
89+
<id>github</id>
90+
<name>GitHub dropwizard-openfeature Apache Maven Packages</name>
91+
<url>https://maven.pkg.github.com/sideshowcoder/dropwizard-openfeature</url>
92+
</snapshotRepository>
8893
</distributionManagement>
8994

9095
<dependencies>

0 commit comments

Comments
 (0)