This is an automated email from the ASF dual-hosted git repository.

mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a9eb412 Remove not recommended warning on system dependencies (#1487)
8a9eb412 is described below

commit 8a9eb412abbcbf3d9d738a070bc7a18b930f68de
Author: Matthias Bünger <[email protected]>
AuthorDate: Fri Dec 12 20:25:14 2025 +0100

    Remove not recommended warning on system dependencies (#1487)
    
    closes #1485
---
 .../guides/introduction/introduction-to-dependency-mechanism.md         | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/content/markdown/guides/introduction/introduction-to-dependency-mechanism.md 
b/content/markdown/guides/introduction/introduction-to-dependency-mechanism.md
index 2dcf8a08..40101eb9 100644
--- 
a/content/markdown/guides/introduction/introduction-to-dependency-mechanism.md
+++ 
b/content/markdown/guides/introduction/introduction-to-dependency-mechanism.md
@@ -760,8 +760,6 @@ Starting from Maven 4.0, a new specific BOM packaging has 
been introduced. It al
 
 ## System Dependencies
 
-`Important note: Using this scope is not recommended!`
-
 In rare occurrences it's necessary to use a dependency which is not available 
in any repository, but only on local machine; For example, a jar of some 
commercial application.
 To include such a dependency in the build, the _system_ scope can be used. 
 Dependencies with the scope _system_ are not looked up in the Maven repository 
system.

Reply via email to