IGNITE-8889: Remove scala-2.10 profile from examples. - Fixes #4267.

Signed-off-by: Nikolay Izhikov <nizhi...@apache.org>


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

Branch: refs/heads/ignite-8446
Commit: b0b2e88e958f9ba5596da85173668257368d0f99
Parents: 929a12d
Author: Nikolay Izhikov <nizhi...@apache.org>
Authored: Wed Jun 27 16:17:26 2018 +0300
Committer: Nikolay Izhikov <nizhi...@apache.org>
Committed: Wed Jun 27 16:17:26 2018 +0300

----------------------------------------------------------------------
 assembly/libs/README.txt |  1 -
 examples/pom.xml         | 47 +------------------------------------------
 2 files changed, 1 insertion(+), 47 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/b0b2e88e/assembly/libs/README.txt
----------------------------------------------------------------------
diff --git a/assembly/libs/README.txt b/assembly/libs/README.txt
index 678da15..8e5f519 100644
--- a/assembly/libs/README.txt
+++ b/assembly/libs/README.txt
@@ -101,7 +101,6 @@ The following modules are available:
 - ignite-schedule (for Cron-based task scheduling)
 - ignite-sl4j (for SL4J logging)
 - ignite-spark (for shared in-memory RDDs and faster SQL for Apache Spark)
-- ignite-spark_2.10 (for shared in-memory RDDs and faster SQL for Apache Spark 
with Scala 2.10)
 - ignite-spring (for Spring-based configuration support)
 - ignite-ssh (for starting grid nodes on remote machines)
 - ignite-storm (for streaming events from Apache Storm into Ignite)

http://git-wip-us.apache.org/repos/asf/ignite/blob/b0b2e88e/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 53aeba5..7f6fe18 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -175,51 +175,6 @@
         </profile>
 
         <profile>
-            <id>scala-2.10</id>
-
-            <properties>
-                <spark.folder>src/main/spark</spark.folder>
-                <spark.test.folder>src/test/spark</spark.test.folder>
-            </properties>
-
-            <dependencies>
-                <dependency>
-                    <groupId>org.apache.ignite</groupId>
-                    <artifactId>ignite-scalar_2.10</artifactId>
-                    <version>${project.version}</version>
-                </dependency>
-
-                <dependency>
-                    <groupId>org.scalatest</groupId>
-                    <artifactId>scalatest_2.10</artifactId>
-                    <version>2.2.2</version>
-                    <scope>test</scope>
-                    <exclusions>
-                        <exclusion>
-                            <groupId>org.scala-lang</groupId>
-                            <artifactId>scala-library</artifactId>
-                        </exclusion>
-                    </exclusions>
-                </dependency>
-
-                <dependency>
-                    <groupId>org.apache.ignite</groupId>
-                    <artifactId>ignite-spark_2.10</artifactId>
-                    <version>${project.version}</version>
-                </dependency>
-            </dependencies>
-
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>net.alchim31.maven</groupId>
-                        <artifactId>scala-maven-plugin</artifactId>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-
-        <profile>
             <id>lgpl</id>
 
             <properties>
@@ -325,4 +280,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

Reply via email to