This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 1b64422c2 RATIS-2358. Remove unnecessary repository definitions (#1314)
1b64422c2 is described below
commit 1b64422c27efaed72ac6ba16412d6454b4aced02
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Nov 13 19:25:24 2025 +0100
RATIS-2358. Remove unnecessary repository definitions (#1314)
---
pom.xml | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3be2213fc..04dc36635 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,24 +46,6 @@
</snapshotRepository>
</distributionManagement>
- <repositories>
- <repository>
- <id>${distMgmtSnapshotsId}</id>
- <name>${distMgmtSnapshotsName}</name>
- <url>${distMgmtSnapshotsUrl}</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
- <repository>
- <id>repository.jboss.org</id>
- <url>https://repository.jboss.org/nexus/content/groups/public/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- </repositories>
-
<licenses>
<license>
<name>Apache License, Version 2.0</name>