<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>kotlin-spark-api-parent</artifactId>
        <groupId>org.jetbrains.kotlinx.spark</groupId>
        <version>1.0.3</version>
    </parent>
    <packaging>pom</packaging>
    <modelVersion>4.0.0</modelVersion>
    <name>Kotlin API for Apache Spark: not-needed</name>
    <description>Module to workaround https://issues.sonatype.org/browse/NEXUS-9138</description>
    <artifactId>dummy</artifactId>
    <profiles>
        <profile>
            <id>scala-2.12</id>
            <dependencies>
                <dependency>
                    <groupId>org.jetbrains.kotlinx.spark</groupId>
                    <artifactId>examples-3.2_2.12</artifactId>
                    <version>${project.parent.version}</version>
                </dependency>
            </dependencies>
        </profile>
    </profiles>

</project>