Skip to content

Commit 4e08126

Browse files
committed
refactor(cleanup): sync Word-side removal and final PDF-only state from 3.0.x
1 parent 1ba30e5 commit 4e08126

128 files changed

Lines changed: 2 additions & 17111 deletions

File tree

Some content is hidden

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

easypdf-core/pom.xml

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,6 @@
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>javax.servlet</groupId>
19-
<artifactId>javax.servlet-api</artifactId>
20-
<scope>provided</scope>
21-
</dependency>
22-
<dependency>
23-
<groupId>org.apache.commons</groupId>
24-
<artifactId>commons-lang3</artifactId>
25-
</dependency>
26-
<dependency>
27-
<groupId>commons-io</groupId>
28-
<artifactId>commons-io</artifactId>
29-
</dependency>
3017
<dependency>
3118
<groupId>org.slf4j</groupId>
3219
<artifactId>slf4j-api</artifactId>
@@ -36,14 +23,6 @@
3623
<dependency>
3724
<groupId>org.docx4j</groupId>
3825
<artifactId>docx4j-core</artifactId>
39-
</dependency>
40-
<dependency>
41-
<groupId>org.docx4j</groupId>
42-
<artifactId>docx4j-JAXB-ReferenceImpl</artifactId>
43-
</dependency>
44-
<dependency>
45-
<groupId>org.docx4j</groupId>
46-
<artifactId>docx4j-export-fo</artifactId>
4726
</dependency>
4827
<dependency>
4928
<groupId>com.itextpdf</groupId>
@@ -58,17 +37,7 @@
5837
<artifactId>maven-compiler-plugin</artifactId>
5938
<configuration>
6039
<!-- 历史遗留的 docx4j 旧 JAXB 示例(javax.xml.bind 已随 JDK 移除,无法编译) -->
61-
<testExcludes>
62-
<exclude>**/AddingTableOfContent.java</exclude>
63-
<exclude>**/Docx4j_Helper.java</exclude>
64-
<exclude>**/Docx4j_删除所有批注_S3_Test.java</exclude>
65-
<exclude>**/Docx4j_合并单元格_S4_Test.java</exclude>
66-
<exclude>**/Docx4j_工具类_S3_Test.java</exclude>
67-
<exclude>**/Docx4j_替换模板.java</exclude>
68-
<exclude>**/Docx4j_读取内容控件_S3_Test.java</exclude>
69-
<exclude>**/Docx4j_读取内容控件_S4_Test.java</exclude>
70-
</testExcludes>
71-
</configuration>
40+
</configuration>
7241
</plugin>
7342
</plugins>
7443
</build>

easypdf-core/src/main/java/io/github/easy4j/pdf/WordprocessingMLDocxTemplate.java

Lines changed: 0 additions & 210 deletions
This file was deleted.

easypdf-core/src/main/java/io/github/easy4j/pdf/WordprocessingMLTemplate.java

Lines changed: 0 additions & 37 deletions
This file was deleted.

easypdf-core/src/main/java/io/github/easy4j/pdf/bus/error/Slf4jLogger.java

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)