소스 검색

Switched core-tiger module to use standard project spring version.

Luke Taylor 18 년 전
부모
커밋
e8e3f93843
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core-tiger/pom.xml

+ 1 - 1
core-tiger/pom.xml

@@ -23,7 +23,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>2.0.4</version>
+      <version>${spring.version}</version>
     </dependency>
   </dependencies>