.proxima-direct-io-hdfs.0.3.0-rc2.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-hdfs Show documentation
Show all versions of proxima-direct-io-hdfs Show documentation
Proxima platform's module proxima-direct-io-hdfs
<?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.3.0-rc2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>proxima-direct-io-hdfs</artifactId> <name>${project.groupId}:${project.artifactId}</name> <build> <plugins> <plugin> <artifactId>maven-shade-plugin</artifactId> <version>${maven.shade.version}</version> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> </execution> </executions> <configuration> <transformers> <transformer> <resource>META-INF/services/org.apache.hadoop.fs.FileSystem</resource> </transformer> </transformers> <artifactSet> <excludes> <exclude>cz.o2.proxima:proxima-core</exclude> <exclude>cz.o2.proxima:proxima-direct-core</exclude> </excludes> </artifactSet> <relocations> <relocation> <pattern>io.netty.</pattern> <shadedPattern>cz.o2.proxima.hadoop.shaded.io.netty.</shadedPattern> </relocation> <relocation> <pattern>org.mortbay.jetty.</pattern> <shadedPattern>cz.o2.proxima.hadoop.shaded.org.mortbay.jetty.</shadedPattern> </relocation> <relocation> <pattern>com.google.common.</pattern> <shadedPattern>cz.o2.proxima.hadoop.shaded.com.google.common.</shadedPattern> </relocation> <relocation> <pattern>com.google.protobuf.</pattern> <shadedPattern>cz.o2.proxima.hadoop.shaded.com.google.protobuf.</shadedPattern> </relocation> <relocation> <pattern>org.codehaus.jackson.</pattern> <shadedPattern>cz.o2.proxima.hadoop.shaded.org.codehaus.jackson.</shadedPattern> </relocation> </relocations> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>cz.o2.proxima</groupId> <artifactId>proxima-direct-core</artifactId> <version>0.3.0-rc2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.10</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>cz.o2.proxima</groupId> <artifactId>proxima-core</artifactId> <version>0.3.0-rc2</version> <type>test-jar</type> <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> </dependencies> </project>