DCUCC-1.2-calcite-20190119.223040-3.pom

Checksums

MD5 9dd8f9d0f4a0d733386d2bbf3cae8d6a
SHA1 241a4c4a9ea97e5676f48461d28f16352206997e
SHA256 08757f128c3868a14482b2cffdf3be6a70a233de590e321c4a53a6cf8448bc9a
SHA512 8d262f0a952e00075d76117f5e59861102be8719d107bb30a3cdb13651ee0a0458981011d1bb725feff5b6fc60c7a4dab562a2d3ae5276cd10c33fe1c7039460

POM

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns="http://maven.apache.org/POM/4.0.0"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>de.metanome.algorithms.dcucc</groupId>
    <artifactId>DCUCC</artifactId>
    <packaging>pom</packaging>

    <name>conditionalUniques</name>
    <url>http://maven.apache.org</url>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <parent>
        <groupId>de.metanome.algorithms</groupId>
        <artifactId>algorithms</artifactId>
        <version>1.2-calcite-SNAPSHOT</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <modules>
        <module>dcucc_test_helper</module>
        <module>dcucc</module>
    </modules>
</project>