Commit af16c26eff6909ac8a3df7e30c43cb1b1af77a0b
1 parent
a82f22c30d
Exists in
master
七牛上传
Showing 1 changed file with 298 additions and 292 deletions
center.parent/pom.xml
View file @
af16c26
| ... | ... | @@ -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> |