This is an automated email from the ASF dual-hosted git repository.
deepak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new 0f68a6ef35 Removed repository.apache.org from repositories list.
0f68a6ef35 is described below
commit 0f68a6ef35992b6c6dc820152a150cd33340d36b
Author: Deepak Dixit <[email protected]>
AuthorDate: Fri Jun 13 13:22:24 2025 +0530
Removed repository.apache.org from repositories list.
It was initially added to test unreleased Freemarker versions. Since the
required Freemarker version is now officially released, this repository is no
longer needed. Also, ASF infra may block IPs for excessive requests, which can
cause Gradle builds to fail.
---
build.gradle | 4 ----
1 file changed, 4 deletions(-)
diff --git a/build.gradle b/build.gradle
index 3248172272..f9fbb04790 100644
--- a/build.gradle
+++ b/build.gradle
@@ -209,10 +209,6 @@ allprojects {
// org.cyberneko.html.parsers (used by UELFunctions, was in esapi
before 2.3)
url "https://repository.ow2.org/nexus/content/repositories/public/"
}
- maven {
- // To test not released FreeMarker versions
- url "https://repository.apache.org/content/repositories/snapshots/"
- }
maven {
url
"https://artifacts.alfresco.com/nexus/content/repositories/public/"
}