You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/01/17 23:01:59 UTC

svn commit: r1232609 - /cxf/trunk/rt/databinding/aegis/pom.xml

Author: dkulp
Date: Tue Jan 17 22:01:59 2012
New Revision: 1232609

URL: http://svn.apache.org/viewvc?rev=1232609&view=rev
Log:
Get aegis tests running again

Modified:
    cxf/trunk/rt/databinding/aegis/pom.xml

Modified: cxf/trunk/rt/databinding/aegis/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/aegis/pom.xml?rev=1232609&r1=1232608&r2=1232609&view=diff
==============================================================================
--- cxf/trunk/rt/databinding/aegis/pom.xml (original)
+++ cxf/trunk/rt/databinding/aegis/pom.xml Tue Jan 17 22:01:59 2012
@@ -105,6 +105,17 @@
           <artifactId>commons-codec</artifactId>
           <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+            <scope>test</scope>
+        </dependency>
+
     </dependencies>
 
     <build>