shims
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.amazon.emr</groupId>
<artifactId>shims</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>emr-dynamodb-connector</artifactId>
<version>5.6.0</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shims</artifactId>
<packaging>pom</packaging>
<name>EMRDynamoDBConnectorShims</name>
<description>Shims for Hive 1.0/1.2/2.0 compatibility</description>
<modules>
<module>common</module>
<module>hive2-shims</module>
<module>hive3-shims</module>
<module>loader</module>
</modules>
</project>