.proxima-direct-io-kafka.0.6.0-jdk11.source-code.dependency-reduced-pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proxima-direct-io-kafka Show documentation
Show all versions of proxima-direct-io-kafka Show documentation
Proxima platform's module proxima-direct-io-kafka
<?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>proxima-direct</artifactId> <groupId>cz.o2.proxima</groupId> <version>0.6.0-jdk11</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>proxima-direct-io-kafka</artifactId> <name>${project.groupId}:${project.artifactId}</name> <build> <plugins> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>${maven.jar.version}</version> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <version>${maven.shade.version}</version> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> </execution> </executions> <configuration> <filters> <filter> <artifact>*:*</artifact> <excludes> <exclude>META-INF/*.SF</exclude> <exclude>META-INF/*.DSA</exclude> <exclude>META-INF/*.RSA</exclude> </excludes> </filter> </filters> <artifactSet> <excludes> <exclude>cz.o2.proxima:proxima-core</exclude> <exclude>cz.o2.proxima:proxima-direct-core</exclude> </excludes> </artifactSet> <shadeTestJar>true</shadeTestJar> <relocations> <relocation> <pattern>org.apache.kafka.</pattern> <shadedPattern>${shadePattern}.org.apache.kafka.</shadedPattern> </relocation> <relocation> <pattern>net.sf.</pattern> <shadedPattern>${shadePattern}.net.sf.</shadedPattern> </relocation> <relocation> <pattern>com.yammer.</pattern> <shadedPattern>${shadePattern}.com.yammer.</shadedPattern> </relocation> <relocation> <pattern>scala.</pattern> <shadedPattern>${shadePattern}.scala.</shadedPattern> </relocation> <relocation> <pattern>com.101tec.</pattern> <shadedPattern>${shadePattern}.com.101tec.</shadedPattern> </relocation> <relocation> <pattern>org.apache.zookeeper.</pattern> <shadedPattern>${shadePattern}.org.apache.zookeeper.</shadedPattern> </relocation> <relocation> <pattern>com.google.common.</pattern> <shadedPattern>${coreShade}.com.google.common.</shadedPattern> </relocation> <relocation> <pattern>com.google.protobuf.</pattern> <shadedPattern>${shadePattern}.com.google.protobuf.</shadedPattern> </relocation> <relocation> <pattern>com.fasterxml.</pattern> <shadedPattern>${shadePattern}.com.fasterxml.</shadedPattern> </relocation> </relocations> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>cz.o2.proxima</groupId> <artifactId>proxima-direct-core</artifactId> <version>0.6.0-jdk11</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.16</version> <scope>provided</scope> </dependency> <dependency> <groupId>cz.o2.proxima</groupId> <artifactId>proxima-core</artifactId> <version>0.6.0-jdk11</version> <classifier>tests</classifier> <scope>test</scope> </dependency> <dependency> <groupId>cz.o2.proxima</groupId> <artifactId>proxima-direct-core</artifactId> <version>0.6.0-jdk11</version> <classifier>tests</classifier> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.7.30</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>log4j</artifactId> <groupId>log4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>3.6.28</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>com.google.guava</groupId> <artifactId>guava</artifactId> <version>28.1-jre</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>failureaccess</artifactId> <groupId>com.google.guava</groupId> </exclusion> <exclusion> <artifactId>listenablefuture</artifactId> <groupId>com.google.guava</groupId> </exclusion> <exclusion> <artifactId>jsr305</artifactId> <groupId>com.google.code.findbugs</groupId> </exclusion> <exclusion> <artifactId>checker-qual</artifactId> <groupId>org.checkerframework</groupId> </exclusion> <exclusion> <artifactId>error_prone_annotations</artifactId> <groupId>com.google.errorprone</groupId> </exclusion> <exclusion> <artifactId>j2objc-annotations</artifactId> <groupId>com.google.j2objc</groupId> </exclusion> <exclusion> <artifactId>animal-sniffer-annotations</artifactId> <groupId>org.codehaus.mojo</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.kafka</groupId> <artifactId>spring-kafka-test</artifactId> <version>2.6.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>junit-jupiter-api</artifactId> <groupId>org.junit.jupiter</groupId> </exclusion> <exclusion> <artifactId>spring-context</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-test</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-retry</artifactId> <groupId>org.springframework.retry</groupId> </exclusion> <exclusion> <artifactId>kafka-streams</artifactId> <groupId>org.apache.kafka</groupId> </exclusion> <exclusion> <artifactId>kafka-streams-test-utils</artifactId> <groupId>org.apache.kafka</groupId> </exclusion> <exclusion> <artifactId>kafka_2.13</artifactId> <groupId>org.apache.kafka</groupId> </exclusion> <exclusion> <artifactId>kafka_2.13</artifactId> <groupId>org.apache.kafka</groupId> </exclusion> </exclusions> </dependency> </dependencies> <properties> <shadePattern>cz.o2.proxima.kafka.shaded</shadePattern> </properties> </project>