Showing
1 changed file
with
18 additions
and
1 deletions
@@ -472,17 +472,34 @@ | @@ -472,17 +472,34 @@ | ||
472 | <artifactId>weibo4j</artifactId> | 472 | <artifactId>weibo4j</artifactId> |
473 | <version>3.1.1</version> | 473 | <version>3.1.1</version> |
474 | </dependency> | 474 | </dependency> |
475 | + | ||
476 | + <dependency> | ||
477 | + <groupId>org.springframework.data</groupId> | ||
478 | + <artifactId>spring-data-redis</artifactId> | ||
479 | + <version>1.6.1.RELEASE</version> | ||
480 | + </dependency> | ||
481 | + | ||
482 | + <dependency> | ||
483 | + <groupId>redis.clients</groupId> | ||
484 | + <artifactId>jedis</artifactId> | ||
485 | + <version>2.7.3</version> | ||
486 | + </dependency> | ||
487 | + | ||
488 | + | ||
475 | </dependencies> | 489 | </dependencies> |
476 | </dependencyManagement> | 490 | </dependencyManagement> |
491 | + | ||
492 | + | ||
477 | <reporting> | 493 | <reporting> |
478 | <plugins> | 494 | <plugins> |
479 | <plugin> | 495 | <plugin> |
480 | <groupId>org.apache.maven.plugins</groupId> | 496 | <groupId>org.apache.maven.plugins</groupId> |
481 | <artifactId>maven-project-info-reports-plugin</artifactId> | 497 | <artifactId>maven-project-info-reports-plugin</artifactId> |
482 | - <version>2.4</version> | 498 | + <version>2.6</version> |
483 | </plugin> | 499 | </plugin> |
484 | </plugins> | 500 | </plugins> |
485 | </reporting> | 501 | </reporting> |
502 | + | ||
486 | <distributionManagement> | 503 | <distributionManagement> |
487 | <repository> | 504 | <repository> |
488 | <id>releases</id> | 505 | <id>releases</id> |
-
Please register or login to post a comment