<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>org.cip4.tools.jdfutility</groupId>
  <artifactId>JDFUtility</artifactId>
  <version>1.7.5</version>
  <name>CIP4 JDF Utilities</name>
  <description>CIP4 JDF Utilities</description>
  <url>https://github.com/cip4/JDFUtility</url>
  <organization>
    <name>CIP4 Organization</name>
    <url>https://www.cip4.org</url>
  </organization>
  <licenses>
    <license>
      <name>CIP4 Software License</name>
      <url>https://github.com/cip4/JDFUtility/blob/master/LICENSE.md</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>rainer-prosi</id>
      <name>Dr. Rainer Prosi</name>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/cip4/JDFUtility.git</connection>
    <developerConnection>scm:git:https://github.com/cip4/JDFUtility.git</developerConnection>
    <url>https://github.com/cip4/JDFUtility</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.cip4.lib.jdf</groupId>
      <artifactId>JDFLibJ</artifactId>
      <version>2.1.7.25</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>xml-apis</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-servlet</artifactId>
      <version>10.0.7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-fileupload</groupId>
      <artifactId>commons-fileupload</artifactId>
      <version>1.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-core</artifactId>
      <version>2.17.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-jcl</artifactId>
      <version>2.17.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
