aiven-kafka-connect-commons
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.aiven</groupId> <artifactId>aiven-kafka-connect-commons</artifactId> <version>0.7.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.aiven</groupId> <artifactId>aiven-kafka-connect-commons</artifactId> <version>0.7.0</version> <name>Aiven Kafka Connect commons</name> <description>A Kafka Connect commons</description> <url>https://github.com/aiven/aiven-kafka-connect-commons</url> <organization> <name>Aiven Oy</name> <url>https://aiven.io</url> </organization> <licenses> <license> <name>Apache 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>aiven</id> <name>Aiven Opensource</name> <email>opensource@aiven.io</email> </developer> </developers> <scm> <connection>scm:git:git://github.com:aiven/aiven-kafka-connect-commons.git</connection> <developerConnection>scm:git:ssh://github.com:aiven/aiven-kafka-connect-commons.git</developerConnection> <url>https://github.com/aiven/aiven-kafka-connect-commons</url> </scm> <dependencies> <dependency> <groupId>org.apache.kafka</groupId> <artifactId>connect-json</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.confluent</groupId> <artifactId>kafka-connect-avro-converter</artifactId> <version>4.1.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.xerial.snappy</groupId> <artifactId>snappy-java</artifactId> <version>1.1.8.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.luben</groupId> <artifactId>zstd-jni</artifactId> <version>1.4.5-12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.30</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>30.1-jre</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>1.9</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-avro</artifactId> <version>1.11.1</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>snappy-java</artifactId> <groupId>org.xerial.snappy</groupId> </exclusion> <exclusion> <artifactId>avro</artifactId> <groupId>org.apache.avro</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> <version>3.3.0</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.kerby</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.google.code.gson</groupId> </exclusion> <exclusion> <artifactId>netty</artifactId> <groupId>io.netty</groupId> </exclusion> <exclusion> <artifactId>avro</artifactId> <groupId>org.apache.avro</groupId> </exclusion> <exclusion> <artifactId>commons-io</artifactId> <groupId>commons-io</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>javax.servlet</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.jcraft</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.zookeeper</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey</groupId> </exclusion> <exclusion> <artifactId>hadoop-shaded-protobuf_3_7</artifactId> <groupId>org.apache.hadoop.thirdparty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.google.code.findbugs</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>javax.activation</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>log4j</groupId> </exclusion> <exclusion> <artifactId>hadoop-auth</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.eclipse.jetty.websocket</groupId> </exclusion> <exclusion> <artifactId>hadoop-yarn-common</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>commons-text</artifactId> <groupId>org.apache.commons</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>javax.servlet.jsp</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.google.protobuf</groupId> </exclusion> <exclusion> <artifactId>commons-cli</artifactId> <groupId>commons-cli</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.fasterxml.jackson.core</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.google.re2j</groupId> </exclusion> <exclusion> <artifactId>hadoop-yarn-api</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>commons-math3</artifactId> <groupId>org.apache.commons</groupId> </exclusion> <exclusion> <artifactId>guava</artifactId> <groupId>com.google.guava</groupId> </exclusion> <exclusion> <artifactId>httpclient</artifactId> <groupId>org.apache.httpcomponents</groupId> </exclusion> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>guice-servlet</artifactId> <groupId>com.google.inject.extensions</groupId> </exclusion> <exclusion> <artifactId>commons-codec</artifactId> <groupId>commons-codec</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.htrace</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.curator</groupId> </exclusion> <exclusion> <artifactId>woodstox-core:5.0.3</artifactId> <groupId>com.fasterxml.woodstox</groupId> </exclusion> <exclusion> <artifactId>commons-net</artifactId> <groupId>commons-net</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>