IGNITE-3393: Maven build warning on duplicate dependency declaration

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

Branch: refs/heads/ignite-1232
Commit: cc0de452fa29b43a4c58b20f77d78e0b3a429952
Parents: 00e966a
Author: shtykh_roman <[email protected]>
Authored: Wed Jul 6 16:25:19 2016 +0900
Committer: shtykh_roman <[email protected]>
Committed: Wed Jul 6 18:10:33 2016 +0900

----------------------------------------------------------------------
 modules/spring/pom.xml | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/cc0de452/modules/spring/pom.xml
----------------------------------------------------------------------
diff --git a/modules/spring/pom.xml b/modules/spring/pom.xml
index 397b209..352b51c 100644
--- a/modules/spring/pom.xml
+++ b/modules/spring/pom.xml
@@ -117,13 +117,6 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
-
-        <dependency>
-            <groupId>com.h2database</groupId>
-            <artifactId>h2</artifactId>
-            <version>${h2.version}</version>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>

Reply via email to