Skip to content

Commit 0dc52a8

Browse files
Remove CJK releated features from compile scope
DEVSIX-506
1 parent 4ea7189 commit 0dc52a8

File tree

181 files changed

+352943
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+352943
-8
lines changed

font-asian/pom.xml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
5+
<parent>
6+
<groupId>com.itextpdf</groupId>
7+
<artifactId>root</artifactId>
8+
<version>7.0.0-SNAPSHOT</version>
9+
</parent>
10+
11+
<artifactId>font-asian</artifactId>
12+
<name>iText 7 - hyph</name>
13+
<description>iTextAsian fonts for use in conjunction with iText, a free Java-PDF library</description>
14+
<url>http://itextpdf.com/</url>
15+
<licenses>
16+
<license>
17+
<name>Various licenses (see individual files)</name>
18+
</license>
19+
</licenses>
20+
21+
<build>
22+
<plugins>
23+
<plugin>
24+
<groupId>org.pitest</groupId>
25+
<artifactId>pitest-maven</artifactId>
26+
<configuration>
27+
<skip>true</skip>
28+
</configuration>
29+
</plugin>
30+
</plugins>
31+
</build>
32+
33+
</project>

0 commit comments

Comments
 (0)