Repository: pdfbox-docs Updated Branches: refs/heads/asf-site 5a8b6e4f8 -> f0341379d
Site checkin for project Apache PDFBox Website Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/f0341379 Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/f0341379 Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/f0341379 Branch: refs/heads/asf-site Commit: f0341379da421ef646d1450fe8521dd9eb382bb4 Parents: 5a8b6e4 Author: Maruan Sahyoun <[email protected]> Authored: Thu Mar 1 18:53:14 2018 +0100 Committer: Maruan Sahyoun <[email protected]> Committed: Thu Mar 1 18:53:14 2018 +0100 ---------------------------------------------------------------------- content/2.0/dependencies.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/f0341379/content/2.0/dependencies.html ---------------------------------------------------------------------- diff --git a/content/2.0/dependencies.html b/content/2.0/dependencies.html index 2b7efeb..3264eb3 100644 --- a/content/2.0/dependencies.html +++ b/content/2.0/dependencies.html @@ -209,7 +209,7 @@ included in the Java platform.</p> <p>These libraries are optional and will be loaded if present on the classpath, otherwise support for these image formats will be disabled and a warning will be logged when an unsupported image is encountered.</p> -<p>Maven dependencies for these components can be found in <a href="https://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?view=markup">parent/pom.xml</a>. Please make sure that any third party licenses are suitable for your project.</p> +<p>Maven dependencies for these components can be found in <a href="https://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?view=markup">parent/pom.xml</a>. <strong>Change the scope of the components if needed</strong>. Please make sure that any third party licenses are suitable for your project.</p> <p>To include the JBIG2 library the following part can be included in your project pom.xml:</p> @@ -217,7 +217,6 @@ included in the Java platform.</p> <span class="nt"><groupId></span>org.apache.pdfbox<span class="nt"></groupId></span> <span class="nt"><artifactId></span>jbig2-imageio<span class="nt"></artifactId></span> <span class="nt"><version></span>3.0.0<span class="nt"></version></span> - <span class="nt"><scope></span>test<span class="nt"></scope></span> <span class="nt"></dependency></span> </code></pre></div></div>
