You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2018/03/01 17:53:02 UTC

pdfbox-docs git commit: PDFBOX-3330: adjust information for scope in Maven pom

Repository: pdfbox-docs
Updated Branches:
  refs/heads/master 3fa30ccb5 -> 5b6da7e1a


PDFBOX-3330: adjust information for scope in Maven pom


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/5b6da7e1
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/5b6da7e1
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/5b6da7e1

Branch: refs/heads/master
Commit: 5b6da7e1a511c0a24abd32082b75922b6e334fec
Parents: 3fa30cc
Author: Maruan Sahyoun <sa...@fileaffairs.de>
Authored: Thu Mar 1 18:52:49 2018 +0100
Committer: Maruan Sahyoun <sa...@fileaffairs.de>
Committed: Thu Mar 1 18:52:49 2018 +0100

----------------------------------------------------------------------
 content/2.0/dependencies.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/5b6da7e1/content/2.0/dependencies.md
----------------------------------------------------------------------
diff --git a/content/2.0/dependencies.md b/content/2.0/dependencies.md
index 2897cf3..0f0712e 100644
--- a/content/2.0/dependencies.md
+++ b/content/2.0/dependencies.md
@@ -74,7 +74,7 @@ PDF supports embedded image files, however support for some formats require thir
 
 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.
 
-Maven dependencies for these components can be found in [parent/pom.xml](https://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?view=markup). Please make sure that any third party licenses are suitable for your project.
+Maven dependencies for these components can be found in [parent/pom.xml](https://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?view=markup). **Change the scope of the components if needed**. Please make sure that any third party licenses are suitable for your project.
 
 To include the JBIG2 library  the following part can be included in your project pom.xml:
 
@@ -83,7 +83,6 @@ To include the JBIG2 library  the following part can be included in your project
     <groupId>org.apache.pdfbox</groupId>
     <artifactId>jbig2-imageio</artifactId>
     <version>3.0.0</version>
-    <scope>test</scope>
 </dependency>
 ```