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/3adba52e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/3adba52e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/3adba52e

Branch: refs/heads/ignite-565
Commit: 3adba52ee526cfacb7783ceacceabaa96da5e0c7
Parents: ee98054
Author: avinogradov <avinogra...@gridgain.com>
Authored: Wed Mar 25 17:16:23 2015 +0300
Committer: avinogradov <avinogra...@gridgain.com>
Committed: Wed Mar 25 17:16:23 2015 +0300

----------------------------------------------------------------------
 modules/aws/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3adba52e/modules/aws/pom.xml
----------------------------------------------------------------------
diff --git a/modules/aws/pom.xml b/modules/aws/pom.xml
index 2d47f17..491f3d1 100644
--- a/modules/aws/pom.xml
+++ b/modules/aws/pom.xml
@@ -84,5 +84,19 @@
             <artifactId>log4j</artifactId>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+            <version>${spring.version}</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-core</artifactId>
+            <version>${spring.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>

Reply via email to