From dbacc3c31486e48821b0c9ad79978784f24d44da Mon Sep 17 00:00:00 2001 From: Istvan Toth Date: Mon, 4 Aug 2025 09:58:22 +0200 Subject: [PATCH] OMID-318 Don't add Apache Snapshot Maven Repo by Default --- pom.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/pom.xml b/pom.xml index d8a224cf..fdb8b6aa 100644 --- a/pom.xml +++ b/pom.xml @@ -828,6 +828,43 @@ + + + + dont-use-apache-snapshots + + + !apache.snapshots + + + + + apache.snapshots + Apache Snapshot Repository + https://repository.apache.org/snapshots + + false + + + false + + + + + + apache.snapshots + Apache Snapshot Repository + https://repository.apache.org/snapshots + + false + + + false + + + + +