META-INF.maven.co.elastic.logging.log4j-ecs-layout.pom.xml Maven / Gradle / Ivy
<?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"> <parent> <artifactId>ecs-logging-java-parent</artifactId> <groupId>co.elastic.logging</groupId> <version>1.5.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>log4j-ecs-layout</artifactId> <name>${project.groupId}:${project.artifactId}</name> <properties> <parent.base.dir>${project.basedir}/..</parent.base.dir> </properties> <build> <plugins> <plugin> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ecs-logging-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <!-- min supported version <version>1.2.4</version> --> <version>1.2.17</version> <scope>provided</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ecs-logging-core</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> </dependencies> </project>