Skip to content

Commit

Permalink
feat(biz-archetype): remove PinyinUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Beatles committed May 8, 2021
1 parent 59d46df commit d5aba61
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 48 deletions.
6 changes: 0 additions & 6 deletions biz-spring-cloud-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.github.promeg</groupId>
<artifactId>tinypinyin</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>javase</artifactId>
Expand Down

This file was deleted.

8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<protostuff.version>1.6.0</protostuff.version>
<easyexcel.version>2.2.6</easyexcel.version>
<fastjson.version>1.2.71</fastjson.version>
<tinypinyin.version>2.0.3</tinypinyin.version>
<zxing.version>3.4.0</zxing.version>
<druid.version>1.1.20</druid.version>
<fescar-all.version>0.4.2</fescar-all.version>
Expand Down Expand Up @@ -220,13 +219,6 @@
<version>${fastjson.version}</version>
</dependency>

<!-- Pinyin -->
<dependency>
<groupId>com.github.promeg</groupId>
<artifactId>tinypinyin</artifactId>
<version>${tinypinyin.version}</version>
</dependency>

<!-- zxing -->
<dependency>
<groupId>com.google.zxing</groupId>
Expand Down

0 comments on commit d5aba61

Please sign in to comment.