You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2019/05/16 17:01:12 UTC

svn commit: r1859397 - /pdfbox/branches/issue45/parent/pom.xml

Author: tilman
Date: Thu May 16 17:01:12 2019
New Revision: 1859397

URL: http://svn.apache.org/viewvc?rev=1859397&view=rev
Log:
PDFBOX-4071: avoid "Unable to resolve system scoped dependency" error

Modified:
    pdfbox/branches/issue45/parent/pom.xml

Modified: pdfbox/branches/issue45/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/issue45/parent/pom.xml?rev=1859397&r1=1859396&r2=1859397&view=diff
==============================================================================
--- pdfbox/branches/issue45/parent/pom.xml (original)
+++ pdfbox/branches/issue45/parent/pom.xml Thu May 16 17:01:12 2019
@@ -179,6 +179,8 @@
                         <version>4.0.2</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
+                            <!-- https://github.com/jeremylong/DependencyCheck/issues/1574 -->
+                            <skipSystemScope>true</skipSystemScope>
                         </configuration>
                         <executions>
                             <execution>