[Feature] add for new

This commit is contained in:
binbin.hou
2020-01-08 20:57:00 +08:00
parent 98374a1da2
commit f673cc32cf
6 changed files with 120 additions and 3651 deletions

19
pom.xml
View File

@@ -25,7 +25,7 @@
<project.compiler.level>1.7</project.compiler.level>
<!--============================== INTER ==============================-->
<heaven.version>0.1.67</heaven.version>
<heaven.version>0.1.68-SNAPSHOT</heaven.version>
<!--============================== OTHER ==============================-->
<junit.version>4.12</junit.version>
</properties>
@@ -41,6 +41,18 @@
<version>${heaven.version}</version>
</dependency>
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>opencc4j</artifactId>
<version>1.2.0</version>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>com.github.houbb</groupId>
<artifactId>heaven</artifactId>
</exclusion>
</exclusions>
</dependency>
<!--============================== OTHER ==============================-->
<dependency>
@@ -63,6 +75,11 @@
<artifactId>heaven</artifactId>
</dependency>
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>opencc4j</artifactId>
</dependency>
<!--============================== OTHER ==============================-->
<dependency>
<groupId>junit</groupId>