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 2016/08/23 18:17:42 UTC

svn commit: r1757415 - /pdfbox/trunk/pdfbox/pom.xml

Author: tilman
Date: Tue Aug 23 18:17:42 2016
New Revision: 1757415

URL: http://svn.apache.org/viewvc?rev=1757415&view=rev
Log:
PDFBOX-3375: revert solution of Philip Helger, didn't work either

Modified:
    pdfbox/trunk/pdfbox/pom.xml

Modified: pdfbox/trunk/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/pom.xml?rev=1757415&r1=1757414&r2=1757415&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/pom.xml (original)
+++ pdfbox/trunk/pdfbox/pom.xml Tue Aug 23 18:17:42 2016
@@ -112,7 +112,7 @@
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
-                    <argLine>-Xmx768m -Dsun.java2d.cmm=sun.java2d.cmm.lcms.LcmsServiceProvider</argLine>
+                    <argLine>-Xmx768m</argLine>
                     <excludes>
                         <exclude>org/apache/pdfbox/rendering/TestPDFToImage.java</exclude>
                     </excludes>