...
|
...
|
@@ -472,17 +472,34 @@ |
|
|
<artifactId>weibo4j</artifactId>
|
|
|
<version>3.1.1</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.data</groupId>
|
|
|
<artifactId>spring-data-redis</artifactId>
|
|
|
<version>1.6.1.RELEASE</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>redis.clients</groupId>
|
|
|
<artifactId>jedis</artifactId>
|
|
|
<version>2.7.3</version>
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
<reporting>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
<version>2.4</version>
|
|
|
<version>2.6</version>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</reporting>
|
|
|
|
|
|
<distributionManagement>
|
|
|
<repository>
|
|
|
<id>releases</id>
|
...
|
...
|
|