kafka_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka_2.11</artifactId> <version>2.4.1</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"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.kafka</groupId> <artifactId>kafka_2.11</artifactId> <version>2.4.1</version> <name>Apache Kafka</name> <url>https://kafka.apache.org</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <dependencies> <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> <version>2.4.1</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>jms</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>mail</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>javax</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxri</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jline</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxtools</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.10.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>jms</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>mail</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>javax</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxri</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jline</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxtools</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-scala_2.11</artifactId> <version>2.10.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>jms</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>mail</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>javax</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxri</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jline</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxtools</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-csv</artifactId> <version>2.10.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>jms</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>mail</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>javax</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxri</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jline</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxtools</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jdk8</artifactId> <version>2.10.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>jms</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>mail</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>javax</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxri</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jline</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxtools</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>net.sf.jopt-simple</groupId> <artifactId>jopt-simple</artifactId> <version>5.0.4</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>jms</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>mail</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>javax</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxri</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jline</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxtools</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.yammer.metrics</groupId> <artifactId>metrics-core</artifactId> <version>2.2.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>jms</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>mail</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>javax</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxri</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jline</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxtools</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-collection-compat_2.11</artifactId> <version>2.1.2</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>jms</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>mail</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>javax</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxri</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jline</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxtools</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-java8-compat_2.11</artifactId> <version>0.9.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>jms</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>mail</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>javax</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxri</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jline</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxtools</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.12</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>jms</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>mail</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>javax</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxri</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jline</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxtools</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-reflect</artifactId> <version>2.11.12</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>jms</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>mail</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>javax</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxri</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jline</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxtools</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.typesafe.scala-logging</groupId> <artifactId>scala-logging_2.11</artifactId> <version>3.9.2</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>jms</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>mail</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>javax</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxri</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jline</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxtools</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.28</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>jms</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>mail</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>javax</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxri</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jline</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxtools</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> <version>3.5.7</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>jms</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>mail</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>javax</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxri</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jline</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxtools</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>log4j</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>netty</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <version>1.4</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>jms</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>mail</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>javax</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxri</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jline</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jmxtools</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> <version>1.63</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>api-ldap-schema-data</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>3.0.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>api-ldap-schema-data</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <version>4.0.2</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>api-ldap-schema-data</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.directory.api</groupId> <artifactId>api-all</artifactId> <version>1.0.2</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> <exclusion> <artifactId>api-ldap-schema-data</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>mina-core</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-core-api</artifactId> <version>2.0.0-M24</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>api-ldap-schema-data</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-interceptor-kerberos</artifactId> <version>2.0.0-M24</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>api-ldap-schema-data</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-protocol-shared</artifactId> <version>2.0.0-M24</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>api-ldap-schema-data</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-protocol-kerberos</artifactId> <version>2.0.0-M24</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>api-ldap-schema-data</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-protocol-ldap</artifactId> <version>2.0.0-M24</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>api-ldap-schema-data</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-ldif-partition</artifactId> <version>2.0.0-M24</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>api-ldap-schema-data</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-mavibot-partition</artifactId> <version>2.0.0-M24</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>api-ldap-schema-data</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-jdbm-partition</artifactId> <version>2.0.0-M24</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>api-ldap-schema-data</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13-beta-2</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>api-ldap-schema-data</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.11</artifactId> <version>3.0.8</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>api-ldap-schema-data</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.7.28</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>api-ldap-schema-data</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>jfreechart</groupId> <artifactId>jfreechart</artifactId> <version>1.0.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>api-ldap-schema-data</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>