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 | 88 | </dependency> |
| 89 | 89 | <dependency> |
| 90 | 90 | <groupId>com.trash</groupId> |
| 91 | - <artifactId>trash-unit</artifactId> | |
| 92 | - </dependency> | |
| 93 | - <dependency> | |
| 94 | - <groupId>com.trash</groupId> | |
| 95 | 91 | <artifactId>trash-garbage</artifactId> |
| 96 | 92 | </dependency> |
| 97 | 93 | </dependencies> | ... | ... |
trash-garbage/pom.xml
| ... | ... | @@ -20,6 +20,13 @@ |
| 20 | 20 | <!-- <groupId>com.trash</groupId>--> |
| 21 | 21 | <!-- <artifactId>trash-common</artifactId>--> |
| 22 | 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 | 30 | <dependency> |
| 24 | 31 | <groupId>com.trash</groupId> |
| 25 | 32 | <artifactId>trash-framework</artifactId> | ... | ... |