You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2011/02/22 17:40:30 UTC

svn commit: r1073396 - /uima/uima-as/trunk/uima-as/pom.xml

Author: cwiklik
Date: Tue Feb 22 16:40:30 2011
New Revision: 1073396

URL: http://svn.apache.org/viewvc?rev=1073396&view=rev
Log:
UIMA-2063 added spring-aop

Modified:
    uima/uima-as/trunk/uima-as/pom.xml

Modified: uima/uima-as/trunk/uima-as/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as/pom.xml?rev=1073396&r1=1073395&r2=1073396&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as/pom.xml (original)
+++ uima/uima-as/trunk/uima-as/pom.xml Tue Feb 22 16:40:30 2011
@@ -168,6 +168,12 @@
 
     <dependency>
       <groupId>org.springframework</groupId>
+      <artifactId>spring-aop</artifactId>
+      <version>3.0.3.RELEASE</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
       <version>3.0.3.RELEASE</version>
     </dependency>