Skip to content

Commit

Permalink
Temporarily add Apache SNAPSHOT repository
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Sep 8, 2023
1 parent 294efed commit 8e763dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,16 @@
</dependencies>
</dependencyManagement>

<!-- `repositories` is only needed for testing unreleased `logging-parent` functionality!
This block should not go into any release or whatsoever! -->
<repositories>
<repository>
<id>apache.snapshots.https</id>
<name>${distMgmtSnapshotsName}</name>
<url>https://repository.apache.org/content/repositories/snapshots</url>
</repository>
</repositories>

<build>

<pluginManagement>
Expand Down

0 comments on commit 8e763dd

Please sign in to comment.