pom更新

This commit is contained in:
张乐
2020-09-15 17:12:11 +08:00
parent db2c3b44a6
commit 45700e5d1a

View File

@@ -389,6 +389,13 @@
<artifactId>javase</artifactId>
<version>3.3.3</version>
</dependency>
<!--中文转拼音-->
<dependency>
<groupId>com.belerweb</groupId>
<artifactId>pinyin4j</artifactId>
<version>2.5.0</version>
</dependency>
</dependencies>