<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.imsweb</groupId>
  <artifactId>layout</artifactId>
  <version>6.0</version>
  <name>Layout Framework</name>
  <description>Framework that allows defining file formats (layouts) and use them to read and write data files.</description>
  <url>https://github.com/imsweb/layout</url>
  <inceptionYear>2015</inceptionYear>
  <licenses>
    <license>
      <name>A modified BSD License (BSD)</name>
      <url>https://github.com/imsweb/layout/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>depryf</id>
      <name>Fabian Depry</name>
      <email>depryf@imsweb.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://github.com/imsweb/layout.git</connection>
    <developerConnection>scm:git@github.com:imsweb/layout.git</developerConnection>
    <url>https://github.com/imsweb/layout</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.imsweb</groupId>
      <artifactId>naaccr-xml</artifactId>
      <version>11.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.thoughtworks.xstream</groupId>
      <artifactId>xstream</artifactId>
      <version>1.4.21</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>de.siegmar</groupId>
      <artifactId>fastcsv</artifactId>
      <version>3.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.17.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.17.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
