shims-loader
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.amazon.emr</groupId>
<artifactId>shims-loader</artifactId>
<version>5.6.0</version>
</dependency><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>
<groupId>com.amazon.emr</groupId>
<artifactId>shims</artifactId>
<version>5.6.0</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shims-loader</artifactId>
<packaging>jar</packaging>
<name>ShimsLoader</name>
<description>Loader for the EMRDynamoDBShims classes</description>
<dependencies>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>${hive.version}</version>
</dependency>
<dependency>
<groupId>com.amazon.emr</groupId>
<artifactId>hive2-shims</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.amazon.emr</groupId>
<artifactId>shims-common</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.amazon.emr</groupId>
<artifactId>hive3-shims</artifactId>
<version>${project.parent.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<maxAllowedViolations>0</maxAllowedViolations>
</configuration>
</plugin>
</plugins>
</build>
</project>