<?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>

  <name>Yildiz-Engine Common CSV</name>
  <description>Common csv library for the yildiz project, contains utilities to handle csv.</description>
  <inceptionYear>2019</inceptionYear>
  <url>https://engine.yildiz-games.be</url>

    <artifactId>common-csv</artifactId>
    <version>1.0.3</version>

    <parent>
        <groupId>be.yildiz-games</groupId>
        <artifactId>parent</artifactId>
        <version>3.0.13</version>
    </parent>

    <dependencies>
        <dependency>
            <groupId>org.apiguardian</groupId>
            <artifactId>apiguardian-api</artifactId>
            <version>1.1.0</version>
        </dependency>
        <dependency>
            <groupId>be.yildiz-games</groupId>
            <artifactId>common-file</artifactId>
            <version>2.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.junit.jupiter</groupId>
            <artifactId>junit-jupiter-engine</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>

</project>
