Commit 74d015775d2d3b11ed1b079aa72574fd6dbc56ce
1 parent
51f76235
feat: 修改pom
Showing
2 changed files
with
7 additions
and
4 deletions
trash-admin/pom.xml
| @@ -88,10 +88,6 @@ | @@ -88,10 +88,6 @@ | ||
| 88 | </dependency> | 88 | </dependency> |
| 89 | <dependency> | 89 | <dependency> |
| 90 | <groupId>com.trash</groupId> | 90 | <groupId>com.trash</groupId> |
| 91 | - <artifactId>trash-unit</artifactId> | ||
| 92 | - </dependency> | ||
| 93 | - <dependency> | ||
| 94 | - <groupId>com.trash</groupId> | ||
| 95 | <artifactId>trash-garbage</artifactId> | 91 | <artifactId>trash-garbage</artifactId> |
| 96 | </dependency> | 92 | </dependency> |
| 97 | </dependencies> | 93 | </dependencies> |
trash-garbage/pom.xml
| @@ -20,6 +20,13 @@ | @@ -20,6 +20,13 @@ | ||
| 20 | <!-- <groupId>com.trash</groupId>--> | 20 | <!-- <groupId>com.trash</groupId>--> |
| 21 | <!-- <artifactId>trash-common</artifactId>--> | 21 | <!-- <artifactId>trash-common</artifactId>--> |
| 22 | <!-- </dependency>--> | 22 | <!-- </dependency>--> |
| 23 | + | ||
| 24 | + <!--二维码扫描工具包--> | ||
| 25 | + <dependency> | ||
| 26 | + <groupId>com.google.zxing</groupId> | ||
| 27 | + <artifactId>core</artifactId> | ||
| 28 | + <version>3.3.0</version> | ||
| 29 | + </dependency> | ||
| 23 | <dependency> | 30 | <dependency> |
| 24 | <groupId>com.trash</groupId> | 31 | <groupId>com.trash</groupId> |
| 25 | <artifactId>trash-framework</artifactId> | 32 | <artifactId>trash-framework</artifactId> |