Sfoglia il codice sorgente

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

Luke Taylor 18 anni fa
parent
commit
e8e3f93843
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>