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

Branch: refs/heads/ignite-tests-todo
Commit: 37fc7bc25fe47b6f3d2419f2260c6ea555960bfc
Parents: 26f3412
Author: avinogradov <avinogra...@gridgain.com>
Authored: Wed Mar 25 16:42:09 2015 +0300
Committer: avinogradov <avinogra...@gridgain.com>
Committed: Wed Mar 25 16:42:09 2015 +0300

----------------------------------------------------------------------
 modules/aws/pom.xml        |  7 +++++++
 modules/geospatial/pom.xml |  7 +++++++
 modules/hibernate/pom.xml  |  7 +++++++
 modules/indexing/pom.xml   | 13 +++++++++++++
 modules/jta/pom.xml        |  7 +++++++
 modules/urideploy/pom.xml  |  6 ++++++
 modules/web/pom.xml        |  6 ++++++
 7 files changed, 53 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/37fc7bc2/modules/aws/pom.xml
----------------------------------------------------------------------
diff --git a/modules/aws/pom.xml b/modules/aws/pom.xml
index 2e73b5a..a2e9028 100644
--- a/modules/aws/pom.xml
+++ b/modules/aws/pom.xml
@@ -71,5 +71,12 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-beans</artifactId>
+            <version>${spring.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/37fc7bc2/modules/geospatial/pom.xml
----------------------------------------------------------------------
diff --git a/modules/geospatial/pom.xml b/modules/geospatial/pom.xml
index 6519243..88b89a0 100644
--- a/modules/geospatial/pom.xml
+++ b/modules/geospatial/pom.xml
@@ -53,5 +53,12 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <scope>test</scope>
+        </dependency>
+
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/37fc7bc2/modules/hibernate/pom.xml
----------------------------------------------------------------------
diff --git a/modules/hibernate/pom.xml b/modules/hibernate/pom.xml
index 6511d8e..b3117a1 100644
--- a/modules/hibernate/pom.xml
+++ b/modules/hibernate/pom.xml
@@ -88,6 +88,13 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-beans</artifactId>
+            <version>${spring.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/37fc7bc2/modules/indexing/pom.xml
----------------------------------------------------------------------
diff --git a/modules/indexing/pom.xml b/modules/indexing/pom.xml
index 8ff2aa2..8ee0c4b 100644
--- a/modules/indexing/pom.xml
+++ b/modules/indexing/pom.xml
@@ -72,5 +72,18 @@
             <version>${spring.version}</version>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-beans</artifactId>
+            <version>${spring.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/37fc7bc2/modules/jta/pom.xml
----------------------------------------------------------------------
diff --git a/modules/jta/pom.xml b/modules/jta/pom.xml
index 870236c..f060e12 100644
--- a/modules/jta/pom.xml
+++ b/modules/jta/pom.xml
@@ -67,5 +67,12 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-beans</artifactId>
+            <version>${spring.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/37fc7bc2/modules/urideploy/pom.xml
----------------------------------------------------------------------
diff --git a/modules/urideploy/pom.xml b/modules/urideploy/pom.xml
index f241a75..2788c14 100644
--- a/modules/urideploy/pom.xml
+++ b/modules/urideploy/pom.xml
@@ -136,5 +136,11 @@
             <version>9.0.5.v20130815</version>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/37fc7bc2/modules/web/pom.xml
----------------------------------------------------------------------
diff --git a/modules/web/pom.xml b/modules/web/pom.xml
index ceea8b2..f24ad29 100644
--- a/modules/web/pom.xml
+++ b/modules/web/pom.xml
@@ -81,5 +81,11 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>

Reply via email to