Author: tilman
Date: Wed Apr 11 20:23:10 2018
New Revision: 1828933

URL: http://svn.apache.org/viewvc?rev=1828933&view=rev
Log:
PDFBOX-4071: add option to use KCMS

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

Modified: pdfbox/branches/1.8/pdfbox/pom.xml
URL: 
http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/pom.xml?rev=1828933&r1=1828932&r2=1828933&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/pom.xml (original)
+++ pdfbox/branches/1.8/pdfbox/pom.xml Wed Apr 11 20:23:10 2018
@@ -134,7 +134,7 @@
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
-                    <argLine>-Xmx128m</argLine>
+                    <argLine>-Xmx128m 
-Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider</argLine>
                     <includes>
                         <include>org/apache/pdfbox/TestAll.java</include>
                         
<include>org/apache/pdfbox/util/TestImageIOUtils.java</include>


Reply via email to