This commit is contained in:
jinyu 2016-05-17 12:48:52 +08:00
parent ff0faefac3
commit c634f08268
2 changed files with 3 additions and 3 deletions

View File

@ -132,11 +132,11 @@
+ version upgrade to 1.1.5 + version upgrade to 1.1.5
* 2015-02-04 * 2016-02-04
+ version upgrade to 1.1.6 + version upgrade to 1.1.6
* 2015-03-12 * 2016-03-12
+ 修改ClassUtil获取class不到的bug + 修改ClassUtil获取class不到的bug

View File

@ -48,7 +48,7 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-context</artifactId>
<version>4.2.0.RELEASE</version> <version>4.2.0.RELEASE</version>
<scope>provided</scope> <optional>true</optional>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>