<?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>metarParser</artifactId>
        <groupId>io.github.mivek</groupId>
        <version>3.0.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <name>metarParser-services</name>
    <artifactId>metarParser-services</artifactId>

    <properties>
        <jacoco.coverage.instruction.minimum>0.93</jacoco.coverage.instruction.minimum>
        <jacoco.coverage.branch.minimum>1</jacoco.coverage.branch.minimum>
        <jacoco.coverage.complexity.minimum>0.88</jacoco.coverage.complexity.minimum>
    </properties>

    <dependencies>
        <dependency>
            <groupId>io.github.mivek</groupId>
            <artifactId>metarParser-parsers</artifactId>
            <version>${project.version}</version>
        </dependency>
    </dependencies>

</project>
