Merge pull request #44 from wuwen5/1.0.11-compatibility-problems Fix version compatibility issues
Merge pull request #44 from wuwen5/1.0.11-compatibility-problems
Fix version compatibility issues
=====================
Current project that extends spring-context is based on Spring Framework 3.2.x +
spring-context
<dependencies> ...... <!-- Spring Framework --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>${spring.framework.version}</version> </dependency> <!-- Spring Context Extras --> <dependency> <groupId>com.alibaba.spring</groupId> <artifactId>spring-context-support</artifactId> <version>1.0.11</version> </dependency> ...... </dependencies>
If your project failed to resolve the dependency, try to add the following repository:
<repositories> <repository> <id>sonatype-nexus</id> <url>https://oss.sonatype.org/content/repositories/releases</url> <releases> <enabled>true</enabled> </releases> </repository> </repositories>
TODO: Working in Process
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
A support module of spring-context
=====================
Current project that extends
spring-contextis based on Spring Framework 3.2.x +Release version
If your project failed to resolve the dependency, try to add the following repository:
Document
TODO: Working in Process