Update pom.xml

fix some class not found exception when running on system with fresh installed maven
This commit is contained in:
nisuhw 2013-07-14 22:30:56 +07:00
parent 6942397e2a
commit e1690c0f14

10
pom.xml
View file

@ -130,6 +130,16 @@
<artifactId>spring-tx</artifactId>
<version>${spring-framework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${spring-framework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>${spring-framework.version}</version>
</dependency>
<!-- used for EhCacheCacheManager -->
<dependency>
<groupId>org.springframework</groupId>