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:00:11 UTC

svn commit: r1859395 - /pdfbox/branches/1.8/parent/pom.xml

Author: tilman
Date: Thu May 16 17:00:11 2019
New Revision: 1859395

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

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

Modified: pdfbox/branches/1.8/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/parent/pom.xml?rev=1859395&r1=1859394&r2=1859395&view=diff
==============================================================================
--- pdfbox/branches/1.8/parent/pom.xml (original)
+++ pdfbox/branches/1.8/parent/pom.xml Thu May 16 17:00:11 2019
@@ -90,6 +90,8 @@
               <configuration>
                   <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                   <suppressionFile>suppressions.xml</suppressionFile>
+                  <!-- https://github.com/jeremylong/DependencyCheck/issues/1574 -->
+                  <skipSystemScope>true</skipSystemScope>
               </configuration>
               <executions>
                   <execution>