You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/10/14 17:48:28 UTC

ignite git commit: Examples separation

Repository: ignite
Updated Branches:
  refs/heads/ignite-1653 f512e7711 -> 44c1b5934


Examples separation


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

Branch: refs/heads/ignite-1653
Commit: 44c1b5934b004299d35ef569f31663a5900c7e65
Parents: f512e77
Author: Anton Vinogradov <av...@apache.org>
Authored: Wed Oct 14 18:48:04 2015 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Wed Oct 14 18:48:04 2015 +0300

----------------------------------------------------------------------
 examples-lgpl/pom-standalone.xml | 42 -----------------------------------
 1 file changed, 42 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/44c1b593/examples-lgpl/pom-standalone.xml
----------------------------------------------------------------------
diff --git a/examples-lgpl/pom-standalone.xml b/examples-lgpl/pom-standalone.xml
index ca2af66..d2a00d1 100644
--- a/examples-lgpl/pom-standalone.xml
+++ b/examples-lgpl/pom-standalone.xml
@@ -43,18 +43,6 @@
         </dependency>
 
         <dependency>
-            <groupId>javax.cache</groupId>
-            <artifactId>cache-api</artifactId>
-            <version>1.0.0</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.ignite</groupId>
-            <artifactId>ignite-core</artifactId>
-            <version>to_be_replaced_by_ignite_version</version>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.ignite</groupId>
             <artifactId>ignite-hibernate</artifactId>
             <version>to_be_replaced_by_ignite_version</version>
@@ -62,39 +50,9 @@
 
         <dependency>
             <groupId>org.apache.ignite</groupId>
-            <artifactId>ignite-spring</artifactId>
-            <version>to_be_replaced_by_ignite_version</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.ignite</groupId>
-            <artifactId>ignite-log4j</artifactId>
-            <version>to_be_replaced_by_ignite_version</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.ignite</groupId>
-            <artifactId>ignite-indexing</artifactId>
-            <version>to_be_replaced_by_ignite_version</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.ignite</groupId>
             <artifactId>ignite-schedule</artifactId>
             <version>to_be_replaced_by_ignite_version</version>
         </dependency>
-
-        <dependency>
-            <groupId>com.google.code.simple-spring-memcached</groupId>
-            <artifactId>spymemcached</artifactId>
-            <version>2.7.3</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-codec</groupId>
-                    <artifactId>commons-codec</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
     </dependencies>
 
     <modules>