ignite-388 dependency fix

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/26f3412d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/26f3412d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/26f3412d

Branch: refs/heads/ignite-tc-jclient
Commit: 26f3412d379b04507b0ffd5ebf5c664deb791da7
Parents: c491de8
Author: avinogradov <avinogra...@gridgain.com>
Authored: Wed Mar 25 16:27:55 2015 +0300
Committer: avinogradov <avinogra...@gridgain.com>
Committed: Wed Mar 25 16:27:55 2015 +0300

----------------------------------------------------------------------
 modules/aop/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/26f3412d/modules/aop/pom.xml
----------------------------------------------------------------------
diff --git a/modules/aop/pom.xml b/modules/aop/pom.xml
index 0128500..21fd69b 100644
--- a/modules/aop/pom.xml
+++ b/modules/aop/pom.xml
@@ -65,6 +65,13 @@
         </dependency>
 
         <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+            <version>${spring.version}</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
             <groupId>aopalliance</groupId>
             <artifactId>aopalliance</artifactId>
             <version>1.0</version>

Reply via email to