Author: tilman
Date: Sat Dec 8 18:39:40 2018
New Revision: 1848482
URL: http://svn.apache.org/viewvc?rev=1848482&view=rev
Log:
PDFBOX-4401: remove KCMS from build
Modified:
pdfbox/branches/2.0/pdfbox/pom.xml
Modified: pdfbox/branches/2.0/pdfbox/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/pom.xml?rev=1848482&r1=1848481&r2=1848482&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/pom.xml (original)
+++ pdfbox/branches/2.0/pdfbox/pom.xml Sat Dec 8 18:39:40 2018
@@ -113,7 +113,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <argLine>-Xmx768m
-Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider</argLine>
+ <argLine>-Xmx768m</argLine>
<excludes>
<exclude>org/apache/pdfbox/rendering/TestPDFToImage.java</exclude>
</excludes>