aboutsummaryrefslogtreecommitdiffstats
path: root/fop-core/pom.xml
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2018-03-19 08:49:57 +0000
committerSimon Steiner <ssteiner@apache.org>2018-03-19 08:49:57 +0000
commit88751079b006c5e7ce427485dc50bf8a6217c903 (patch)
treefe441fcd6c845aa90c5a0996b58be04581b49f5b /fop-core/pom.xml
parenta3a3995f8b6f271e57bcd87e2a03f45da2f04c16 (diff)
downloadxmlgraphics-fop-88751079b006c5e7ce427485dc50bf8a6217c903.tar.gz
xmlgraphics-fop-88751079b006c5e7ce427485dc50bf8a6217c903.zip
FOP-1969: Support for unicode Surrogate pairs
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1827168 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop-core/pom.xml')
-rw-r--r--fop-core/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/fop-core/pom.xml b/fop-core/pom.xml
index 1506ad82c..803b7c39c 100644
--- a/fop-core/pom.xml
+++ b/fop-core/pom.xml
@@ -137,6 +137,12 @@
<version>${xmlunit.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.pdfbox</groupId>
+ <artifactId>pdfbox</artifactId>
+ <version>2.0.3</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
@@ -308,6 +314,7 @@
<headerLocation>${project.baseUri}src/tools/resources/checkstyle/LICENSE.txt</headerLocation>
<includeResources>false</includeResources>
<includeTestResources>false</includeTestResources>
+ <includeTestSourceDirectory>true</includeTestSourceDirectory>
<linkXRef>false</linkXRef>
<logViolationsToConsole>true</logViolationsToConsole>
<suppressionsLocation>${project.baseUri}src/tools/resources/checkstyle/suppressions.xml</suppressionsLocation>