对 Java 核心的内容进行合并和调试

This commit is contained in:
YuCheng Hu
2021-08-13 15:33:33 -04:00
parent f8d0bd94bc
commit 1654988fe3
25 changed files with 770 additions and 53 deletions
@@ -8,10 +8,10 @@
<packaging>jar</packaging>
<parent>
<groupId>com.ossez</groupId>
<artifactId>parent-java</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-java</relativePath>
<groupId>com.ossez.core-java-modules</groupId>
<artifactId>core-java-modules</artifactId>
<version>0.0.2-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<dependencies>