exicore-boot-test-helper.6.1.3.source-code.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flexicore-boot-test-helper Show documentation
Show all versions of flexicore-boot-test-helper Show documentation
flexicore boot test helper contains a copy of the relevant test classes in https://github.com/pf4j/pf4j
<?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>