Commit e39526a97e8a1484769790d05eb4cbaba743b678
Exists in
master
Merge branch 'master' of https://git.healthbaby.com.cn/jiangjiazhi/center
Showing 2 changed files
center.parent/pom.xml
View file @
e39526a
| ... | ... | @@ -22,6 +22,7 @@ |
| 22 | 22 | <velocity-tools.version>2.0</velocity-tools.version> |
| 23 | 23 | <quartz.version>2.2.3</quartz.version> |
| 24 | 24 | <bcprov-jdk14.version>1.50</bcprov-jdk14.version> |
| 25 | + <qiniu-java-sdk.version>7.2.5</qiniu-java-sdk.version> | |
| 25 | 26 | </properties> |
| 26 | 27 | |
| 27 | 28 | <dependencies> |
| ... | ... | @@ -264,6 +265,11 @@ |
| 264 | 265 | <groupId>com.google.zxing</groupId> |
| 265 | 266 | <artifactId>core</artifactId> |
| 266 | 267 | <version>3.3.0</version> |
| 268 | + </dependency> | |
| 269 | + <dependency> | |
| 270 | + <groupId>com.qiniu</groupId> | |
| 271 | + <artifactId>qiniu-java-sdk</artifactId> | |
| 272 | + <version>${qiniu-java-sdk.version}</version> | |
| 267 | 273 | </dependency> |
| 268 | 274 | </dependencies> |
| 269 | 275 | <build> |