tane_algorithm_helper-1.2-calcite-20190121.161250-5.pom

Checksums

MD5 2f5fd7071ac60186bd9ee830bce9bb83
SHA1 afb5ace74d2385aec8c2e627aebdd2109acebf0e
SHA256 f1548b1b033e63e9af92d8def7d7150336d1ad3c3c9a64269e2c6678e32d1e33
SHA512 59231b09a05c20a7e53806349a5044d45df113cf060cab7456f4d661d92ac99a48c87e0910f70f7576a2aa4b9fe6d5b00fc8d55ea402baf66e51498a5189a1fd

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>

    <artifactId>tane_algorithm_helper</artifactId>
    <packaging>jar</packaging>
    <name>Fixtures for Tests</name>

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

    <dependencies>
        <dependency>
            <groupId>de.metanome</groupId>
            <artifactId>algorithm_integration</artifactId>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
            <version>1.9.5</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.12</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
            <version>${guava.version}</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.3.2</version>
                <configuration>
                    <source>1.8</source>
                    <target>1.8</target>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>