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

exicore-boot-test-helper.6.1.3.source-code.pom.xml Maven / Gradle / Ivy

Go to download

flexicore boot test helper contains a copy of the relevant test classes in https://github.com/pf4j/pf4j

There is a newer version: 6.1.5
Show newest version
<?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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <artifactId>flexicore-boot-test-helper</artifactId>
    <name>FlexiCore Boot Test Helper</name>
    <description>flexicore boot test helper contains a copy of the relevant test classes in https://github.com/pf4j/pf4j</description>
    <parent>
        <groupId>com.wizzdi</groupId>
        <artifactId>flexicore-boot-dependencies</artifactId>
        <version>${revision}</version>
    </parent>
    <dependencies>
        <dependency>
            <groupId>org.pf4j</groupId>
            <artifactId>pf4j</artifactId>
            <exclusions>
                <exclusion>
                    <artifactId>log4j</artifactId>
                    <groupId>log4j</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>slf4j-log4j12</artifactId>
                    <groupId>org.slf4j</groupId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>


</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy