All Downloads are FREE. Search and download functionalities are using the official Maven repository.

plugins.build-support-test.1.0.6.source-code.pom.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="ISO-8859-1"?>
<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">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.evosuite.plugins</groupId>
        <artifactId>evosuite-plugins</artifactId>
        <version>1.0.6</version>
    </parent>

    <!-- Module used to check if running ES tests in Ant works fine -->

    <artifactId>build-support-test</artifactId>
    <packaging>jar</packaging>

    <properties>
        <evosuiteVersion>${project.version}</evosuiteVersion>
    </properties>

    <dependencies>
        <!-- Force this module to be built after the Master-->
        <dependency>
            <groupId>org.evosuite</groupId>
            <artifactId>evosuite-master</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.maven.shared</groupId>
            <artifactId>maven-verifier</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.ant</groupId>
            <artifactId>ant-junit</artifactId>
            <scope>compile</scope>
        </dependency>
    </dependencies>

</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy