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 073d83d commit 0a2e026Copy full SHA for 0a2e026
pom.xml
@@ -85,6 +85,11 @@
85
<name>Maven Central</name>
86
<url>https://central.sonatype.com</url>
87
</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>
93
</distributionManagement>
94
95
<dependencies>
0 commit comments