You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/08/01 18:18:30 UTC

svn commit: r981259 - /maven/site/trunk/src/site/apt/guides/introduction/introduction-to-dependency-mechanism.apt

Author: bentmann
Date: Sun Aug  1 16:18:30 2010
New Revision: 981259

URL: http://svn.apache.org/viewvc?rev=981259&view=rev
Log:
[MNG-4746] A provided scoped transitive dependency of a provided scoped direct dependency will be omitted.

o Fixed documentation to match reality

Modified:
    maven/site/trunk/src/site/apt/guides/introduction/introduction-to-dependency-mechanism.apt

Modified: maven/site/trunk/src/site/apt/guides/introduction/introduction-to-dependency-mechanism.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-dependency-mechanism.apt?rev=981259&r1=981258&r2=981259&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/introduction/introduction-to-dependency-mechanism.apt (original)
+++ maven/site/trunk/src/site/apt/guides/introduction/introduction-to-dependency-mechanism.apt Sun Aug  1 16:18:30 2010
@@ -129,9 +129,9 @@ Introduction to the Dependency Mechanism
 *----------+------------+----------+----------+------+
 | compile  | compile(*) |    -     | runtime  |  -
 *----------+------------+----------+----------+------+
-| provided | provided   | provided | provided |  -
+| provided | provided   |    -     | provided |  -
 *----------+------------+----------+----------+------+
-| runtime  | runtime    |    -     | runtime  |  _
+| runtime  | runtime    |    -     | runtime  |  -
 *----------+------------+----------+----------+------+
 | test     | test       |    -     | test     |  -
 *----------+------------+----------+----------+------+