<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>1.2.5</version>
</dependency>
<parent> <groupId>org.springframework</groupId> <artifactId>spring-parent</artifactId> <version>1.2.5</version> </parent>
compile
|-- org.springframework:spring-support:1.2.5
|-- org.springframework:spring-orm:1.2.5
|-- org.springframework:spring-hibernate:1.2.5