
META-INF.maven.org.apache.spark.spark-kubernetes_2.12.pom.xml Maven / Gradle / Ivy
<?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/maven-v4_0_0.xsd"> <parent> <artifactId>spark-parent_2.12</artifactId> <groupId>org.apache.spark</groupId> <version>3.3.4</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>spark-kubernetes_2.12</artifactId> <name>Spark Project Kubernetes</name> <build> <outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory> <testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory> <pluginManagement> <plugins> <plugin> <groupId>net.alchim31.maven</groupId> <artifactId>scala-maven-plugin</artifactId> <configuration> <excludes> <exclude>${volcano.exclude}</exclude> </excludes> </configuration> </plugin> </plugins> </pluginManagement> </build> <profiles> <profile> <id>volcano</id> <dependencies> <dependency> <groupId>io.fabric8</groupId> <artifactId>volcano-model-v1beta1</artifactId> <version>${kubernetes-client.version}</version> </dependency> <dependency> <groupId>io.fabric8</groupId> <artifactId>volcano-client</artifactId> <version>${kubernetes-client.version}</version> </dependency> </dependencies> <properties /> </profile> </profiles> <dependencies> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-core_2.12</artifactId> <version>3.3.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-core_2.12</artifactId> <version>3.3.4</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-tags_2.12</artifactId> <version>3.3.4</version> <type>test-jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>io.fabric8</groupId> <artifactId>kubernetes-client</artifactId> <version>5.12.2</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>com.fasterxml.jackson.core</groupId> </exclusion> <exclusion> <artifactId>jackson-dataformat-yaml</artifactId> <groupId>com.fasterxml.jackson.dataformat</groupId> </exclusion> <exclusion> <artifactId>javax.annotation-api</artifactId> <groupId>javax.annotation</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> <version>2.13.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>14.0.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>4.2.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>byte-buddy</artifactId> <groupId>net.bytebuddy</groupId> </exclusion> <exclusion> <artifactId>byte-buddy-agent</artifactId> <groupId>net.bytebuddy</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jmock</groupId> <artifactId>jmock-junit4</artifactId> <version>2.12.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>jmock</artifactId> <groupId>org.jmock</groupId> </exclusion> <exclusion> <artifactId>jmock-legacy</artifactId> <groupId>org.jmock</groupId> </exclusion> <exclusion> <artifactId>jmock-imposters</artifactId> <groupId>org.jmock</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.12</artifactId> <version>3.3.0-SNAP3</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>scalatest-core_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-featurespec_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-flatspec_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-freespec_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-funsuite_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-funspec_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-propspec_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-refspec_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-wordspec_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-diagrams_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-matchers-core_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-shouldmatchers_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-mustmatchers_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.scalatestplus</groupId> <artifactId>scalacheck-1-15_2.12</artifactId> <version>3.3.0.0-SNAP3</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>scalacheck_2.12</artifactId> <groupId>org.scalacheck</groupId> </exclusion> <exclusion> <artifactId>scalatest-core_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.scalatestplus</groupId> <artifactId>mockito-4-2_2.12</artifactId> <version>3.2.11.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>scalatest-core_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.scalatestplus</groupId> <artifactId>selenium-3-141_2.12</artifactId> <version>3.3.0.0-SNAP3</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>selenium-java</artifactId> <groupId>org.seleniumhq.selenium</groupId> </exclusion> <exclusion> <artifactId>htmlunit-driver</artifactId> <groupId>org.seleniumhq.selenium</groupId> </exclusion> <exclusion> <artifactId>scalatest-core_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.sbt</groupId> <artifactId>junit-interface</artifactId> <version>0.13.3</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>test-interface</artifactId> <groupId>org.scala-sbt</groupId> </exclusion> </exclusions> </dependency> </dependencies> <properties> <sbt.project.name>kubernetes</sbt.project.name> <volcano.exclude>**/*Volcano*.scala</volcano.exclude> </properties> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy