Skip to content

Commit

Permalink
Attempt to resolve missing core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ggivo committed Nov 28, 2024
1 parent 7ba1e0f commit 7de8600
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,19 @@
<tag>HEAD</tag>
</scm>

<repositories>
<repository>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down

0 comments on commit 7de8600

Please sign in to comment.