<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.ipk-gatersleben</groupId>
  <artifactId>eDAL-MetaDataAPI-Client</artifactId>
  <version>3.0.1</version>
  <name>eDAL-MetaDataAPI-Client</name>
  <description>eDAL stands for electronic Data Archive Library and provide a storage solution for scientific data storage management extension to a file system</description>
  <url>http://edal.ipk-gatersleben.de</url>
  <licenses>
    <license>
      <name>Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)</name>
      <url>https://creativecommons.org/licenses/by-sa/4.0/legalcode</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Daniel Arend</name>
      <email>arendd@ipk-gatersleben.de</email>
      <organization>IPK Gatersleben</organization>
      <organizationUrl>http://www.ipk.gatersleben.de</organizationUrl>
    </developer>
    <developer>
      <name>Matthias Lange</name>
      <email>lange@ipk-gatersleben.de</email>
      <organization>IPK Gatersleben</organization>
      <organizationUrl>http://www.ipk.gatersleben.de</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://bitbucket.org/ipk_bit_team/electronicdataarchivelibrary.git</connection>
    <developerConnection>scm:git:https://bitbucket.org/ipk_bit_team/electronicdataarchivelibrary.git</developerConnection>
    <url>https://bitbucket.org/ipk_bit_team/electronicdataarchivelibrary.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>de.ipk-gatersleben</groupId>
      <artifactId>eDAL-MetaDataAPI-Server</artifactId>
      <version>3.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.swinglabs.swingx</groupId>
      <artifactId>swingx-all</artifactId>
      <version>1.6.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.miglayout</groupId>
      <artifactId>miglayout-core</artifactId>
      <version>4.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.miglayout</groupId>
      <artifactId>miglayout-swing</artifactId>
      <version>4.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.openjfx</groupId>
      <artifactId>javafx-base</artifactId>
      <version>12</version>
      <classifier>mac</classifier>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openjfx</groupId>
      <artifactId>javafx-web</artifactId>
      <version>12</version>
      <classifier>mac</classifier>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openjfx</groupId>
      <artifactId>javafx-media</artifactId>
      <version>12</version>
      <classifier>mac</classifier>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openjfx</groupId>
      <artifactId>javafx-fxml</artifactId>
      <version>12</version>
      <classifier>mac</classifier>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openjfx</groupId>
      <artifactId>javafx-swing</artifactId>
      <version>12</version>
      <classifier>mac</classifier>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openjfx</groupId>
      <artifactId>javafx-controls</artifactId>
      <version>12</version>
      <classifier>mac</classifier>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openjfx</groupId>
      <artifactId>javafx-graphics</artifactId>
      <version>12</version>
      <classifier>mac</classifier>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-api</artifactId>
      <version>5.5.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-engine</artifactId>
      <version>5.5.0</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
