hyperdrive-release_spark-2_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>za.co.absa.hyperdrive</groupId> <artifactId>hyperdrive-release_spark-2_2.12</artifactId> <version>4.7.0</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>parent-conf_2.12</artifactId> <groupId>za.co.absa.hyperdrive</groupId> <version>4.7.0</version> <relativePath>../parent-conf/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>hyperdrive-release_spark-2_2.12</artifactId> <build> <plugins> <plugin> <artifactId>maven-shade-plugin</artifactId> <version>${maven.shade.plugin.version}</version> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <relocations> <relocation> <pattern>org.apache.commons.beanutils</pattern> <shadedPattern>org.apache.shaded.commons.beanutils</shadedPattern> </relocation> <relocation> <pattern>com.fasterxml.jackson</pattern> <shadedPattern>com.fasterxml.shaded.jackson</shadedPattern> </relocation> </relocations> <transformers> <transformer> <manifestEntries> <Main-Class>za.co.absa.hyperdrive.driver.drivers.PropertiesIngestionDriver</Main-Class> <Implementation-Version>${buildNumber}</Implementation-Version> </manifestEntries> </transformer> <transformer /> </transformers> <filters> <filter> <artifact>*:*</artifact> <excludes> <exclude>META-INF/*.SF</exclude> <exclude>META-INF/*.DSA</exclude> <exclude>META-INF/*.RSA</exclude> </excludes> </filter> </filters> </configuration> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-sql_2.12</artifactId> <version>2.4.3</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>univocity-parsers</artifactId> <groupId>com.univocity</groupId> </exclusion> <exclusion> <artifactId>spark-sketch_2.12</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>spark-catalyst_2.12</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>orc-core</artifactId> <groupId>org.apache.orc</groupId> </exclusion> <exclusion> <artifactId>orc-mapreduce</artifactId> <groupId>org.apache.orc</groupId> </exclusion> <exclusion> <artifactId>parquet-column</artifactId> <groupId>org.apache.parquet</groupId> </exclusion> <exclusion> <artifactId>parquet-hadoop</artifactId> <groupId>org.apache.parquet</groupId> </exclusion> <exclusion> <artifactId>arrow-vector</artifactId> <groupId>org.apache.arrow</groupId> </exclusion> <exclusion> <artifactId>xbean-asm6-shaded</artifactId> <groupId>org.apache.xbean</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-core_2.12</artifactId> <version>2.4.3</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>avro-mapred</artifactId> <groupId>org.apache.avro</groupId> </exclusion> <exclusion> <artifactId>chill_2.12</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-launcher_2.12</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>spark-kvstore_2.12</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>spark-network-common_2.12</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>spark-network-shuffle_2.12</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>spark-unsafe_2.12</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>javax.servlet-api</artifactId> <groupId>javax.servlet</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>jul-to-slf4j</artifactId> <groupId>org.slf4j</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>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>json4s-jackson_2.12</artifactId> <groupId>org.json4s</groupId> </exclusion> <exclusion> <artifactId>jersey-client</artifactId> <groupId>org.glassfish.jersey.core</groupId> </exclusion> <exclusion> <artifactId>jersey-common</artifactId> <groupId>org.glassfish.jersey.core</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-all</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>jackson-module-scala_2.12</artifactId> <groupId>com.fasterxml.jackson.module</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>py4j</artifactId> <groupId>net.sf.py4j</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> </exclusions> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>2.25.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> <exclusion> <artifactId>objenesis</artifactId> <groupId>org.objenesis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.12</artifactId> <version>3.0.5</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>scalactic_2.12</artifactId> <groupId>org.scalactic</groupId> </exclusion> <exclusion> <artifactId>scala-reflect</artifactId> <groupId>org.scala-lang</groupId> </exclusion> <exclusion> <artifactId>scala-xml_2.12</artifactId> <groupId>org.scala-lang.modules</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>