livy-repl_2.11
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.apache.livy</groupId> <artifactId>livy-repl_2.11</artifactId> <version>0.8.0-incubating</version> </dependency>
<?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>livy-repl-parent</artifactId> <groupId>org.apache.livy</groupId> <version>0.8.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.livy</groupId> <artifactId>livy-repl_2.11</artifactId> <version>0.8.0-incubating</version> <dependencies> <dependency> <groupId>org.apache.livy</groupId> <artifactId>livy-rsc</artifactId> <version>0.8.0-incubating</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>livy-api</artifactId> <groupId>org.apache.livy</groupId> </exclusion> <exclusion> <artifactId>livy-client-common</artifactId> <groupId>org.apache.livy</groupId> </exclusion> <exclusion> <artifactId>netty-all</artifactId> <groupId>io.netty</groupId> </exclusion> <exclusion> <artifactId>spark-launcher_2.11</artifactId> <groupId>org.apache.spark</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.livy</groupId> <artifactId>livy-core_2.11</artifactId> <version>0.8.0-incubating</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>livy-client-common</artifactId> <groupId>org.apache.livy</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.livy</groupId> <artifactId>livy-core_2.11</artifactId> <version>0.8.0-incubating</version> <type>test-jar</type> <scope>test</scope> <exclusions> <exclusion> <artifactId>livy-client-common</artifactId> <groupId>org.apache.livy</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.12.7</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-scala_2.11</artifactId> <version>2.12.7</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>jackson-annotations</artifactId> <groupId>com.fasterxml.jackson.core</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.12.7.1</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>jackson-annotations</artifactId> <groupId>com.fasterxml.jackson.core</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>ch.qos.reload4j</groupId> <artifactId>reload4j</artifactId> <version>1.2.25</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-repl_2.11</artifactId> <version>2.4.5</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>jtransforms</artifactId> <groupId>com.github.rwl</groupId> </exclusion> <exclusion> <artifactId>spark-mllib_2.11</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>spark-sql_2.11</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>jul-to-slf4j</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>spark-tags_2.11</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>xbean-asm6-shaded</artifactId> <groupId>org.apache.xbean</groupId> </exclusion> <exclusion> <artifactId>unused</artifactId> <groupId>org.spark-project.spark</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-core_2.11</artifactId> <version>2.4.5</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>log4j</artifactId> <groupId>log4j</groupId> </exclusion> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>avro</artifactId> <groupId>org.apache.avro</groupId> </exclusion> <exclusion> <artifactId>avro-mapred</artifactId> <groupId>org.apache.avro</groupId> </exclusion> <exclusion> <artifactId>chill_2.11</artifactId> <groupId>com.twitter</groupId> </exclusion> <exclusion> <artifactId>chill-java</artifactId> <groupId>com.twitter</groupId> </exclusion> <exclusion> <artifactId>hadoop-client</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>spark-kvstore_2.11</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>spark-network-common_2.11</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>spark-network-shuffle_2.11</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>spark-unsafe_2.11</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>activation</artifactId> <groupId>javax.activation</groupId> </exclusion> <exclusion> <artifactId>curator-recipes</artifactId> <groupId>org.apache.curator</groupId> </exclusion> <exclusion> <artifactId>zookeeper</artifactId> <groupId>org.apache.zookeeper</groupId> </exclusion> <exclusion> <artifactId>javax.servlet-api</artifactId> <groupId>javax.servlet</groupId> </exclusion> <exclusion> <artifactId>commons-lang3</artifactId> <groupId>org.apache.commons</groupId> </exclusion> <exclusion> <artifactId>commons-math3</artifactId> <groupId>org.apache.commons</groupId> </exclusion> <exclusion> <artifactId>jsr305</artifactId> <groupId>com.google.code.findbugs</groupId> </exclusion> <exclusion> <artifactId>jcl-over-slf4j</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>compress-lzf</artifactId> <groupId>com.ning</groupId> </exclusion> <exclusion> <artifactId>snappy-java</artifactId> <groupId>org.xerial.snappy</groupId> </exclusion> <exclusion> <artifactId>lz4-java</artifactId> <groupId>org.lz4</groupId> </exclusion> <exclusion> <artifactId>zstd-jni</artifactId> <groupId>com.github.luben</groupId> </exclusion> <exclusion> <artifactId>RoaringBitmap</artifactId> <groupId>org.roaringbitmap</groupId> </exclusion> <exclusion> <artifactId>commons-net</artifactId> <groupId>commons-net</groupId> </exclusion> <exclusion> <artifactId>jersey-server</artifactId> <groupId>org.glassfish.jersey.core</groupId> </exclusion> <exclusion> <artifactId>jersey-container-servlet</artifactId> <groupId>org.glassfish.jersey.containers</groupId> </exclusion> <exclusion> <artifactId>jersey-container-servlet-core</artifactId> <groupId>org.glassfish.jersey.containers</groupId> </exclusion> <exclusion> <artifactId>netty</artifactId> <groupId>io.netty</groupId> </exclusion> <exclusion> <artifactId>stream</artifactId> <groupId>com.clearspring.analytics</groupId> </exclusion> <exclusion> <artifactId>metrics-core</artifactId> <groupId>io.dropwizard.metrics</groupId> </exclusion> <exclusion> <artifactId>metrics-jvm</artifactId> <groupId>io.dropwizard.metrics</groupId> </exclusion> <exclusion> <artifactId>metrics-json</artifactId> <groupId>io.dropwizard.metrics</groupId> </exclusion> <exclusion> <artifactId>metrics-graphite</artifactId> <groupId>io.dropwizard.metrics</groupId> </exclusion> <exclusion> <artifactId>ivy</artifactId> <groupId>org.apache.ivy</groupId> </exclusion> <exclusion> <artifactId>oro</artifactId> <groupId>oro</groupId> </exclusion> <exclusion> <artifactId>pyrolite</artifactId> <groupId>net.razorvine</groupId> </exclusion> <exclusion> <artifactId>commons-crypto</artifactId> <groupId>org.apache.commons</groupId> </exclusion> <exclusion> <artifactId>xbean-asm6-shaded</artifactId> <groupId>org.apache.xbean</groupId> </exclusion> <exclusion> <artifactId>spark-launcher_2.11</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>jul-to-slf4j</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>netty-all</artifactId> <groupId>io.netty</groupId> </exclusion> <exclusion> <artifactId>spark-tags_2.11</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>unused</artifactId> <groupId>org.spark-project.spark</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-hive_2.11</artifactId> <version>2.4.5</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>apache-log4j-extras</artifactId> <groupId>log4j</groupId> </exclusion> <exclusion> <artifactId>parquet-hadoop-bundle</artifactId> <groupId>com.twitter</groupId> </exclusion> <exclusion> <artifactId>hive-exec</artifactId> <groupId>org.spark-project.hive</groupId> </exclusion> <exclusion> <artifactId>hive-metastore</artifactId> <groupId>org.spark-project.hive</groupId> </exclusion> <exclusion> <artifactId>commons-httpclient</artifactId> <groupId>commons-httpclient</groupId> </exclusion> <exclusion> <artifactId>calcite-avatica</artifactId> <groupId>org.apache.calcite</groupId> </exclusion> <exclusion> <artifactId>calcite-core</artifactId> <groupId>org.apache.calcite</groupId> </exclusion> <exclusion> <artifactId>httpclient</artifactId> <groupId>org.apache.httpcomponents</groupId> </exclusion> <exclusion> <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> <exclusion> <artifactId>joda-time</artifactId> <groupId>joda-time</groupId> </exclusion> <exclusion> <artifactId>jodd-core</artifactId> <groupId>org.jodd</groupId> </exclusion> <exclusion> <artifactId>datanucleus-core</artifactId> <groupId>org.datanucleus</groupId> </exclusion> <exclusion> <artifactId>libthrift</artifactId> <groupId>org.apache.thrift</groupId> </exclusion> <exclusion> <artifactId>libfb303</artifactId> <groupId>org.apache.thrift</groupId> </exclusion> <exclusion> <artifactId>derby</artifactId> <groupId>org.apache.derby</groupId> </exclusion> <exclusion> <artifactId>spark-sql_2.11</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>avro</artifactId> <groupId>org.apache.avro</groupId> </exclusion> <exclusion> <artifactId>avro-mapred</artifactId> <groupId>org.apache.avro</groupId> </exclusion> <exclusion> <artifactId>jsr305</artifactId> <groupId>com.google.code.findbugs</groupId> </exclusion> <exclusion> <artifactId>unused</artifactId> <groupId>org.spark-project.spark</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-compiler</artifactId> <version>2.11.12</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>scala-parser-combinators_2.11</artifactId> <groupId>org.scala-lang.modules</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.12</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-reflect</artifactId> <version>2.11.12</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-reload4j</artifactId> <version>1.7.36</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>net.sf.py4j</groupId> <artifactId>py4j</artifactId> <version>0.10.9</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.10.19</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.11</artifactId> <version>3.0.8</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>scalactic_2.11</artifactId> <groupId>org.scalactic</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.scalatra</groupId> <artifactId>scalatra-scalatest_2.11</artifactId> <version>2.6.5</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>org.mockito</groupId> </exclusion> <exclusion> <artifactId>scalatra-test_2.11</artifactId> <groupId>org.scalatra</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>