<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 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.github.ie3-institute</groupId>
  <artifactId>PowerSystemDataModel</artifactId>
  <version>1.1.0</version>
  <name>Power System Data Model</name>
  <description>Elaborated data model to model energy systems with a high granularity @ the Institute of Energy Systems, Energy Efficiency and Energy Economics (ie3) @ TU Dortmund University</description>
  <url>https:github.com/ie3-institute/PowerSystemDatamodel</url>
  <organization>
    <name>Institute of Energy Systems, Energy Efficiency and Energy Economics (ie3)/TU Dortmund University</name>
    <url>http:www.ie3.tu-dortmund.de/</url>
  </organization>
  <licenses>
    <license>
      <name>BSD 3-Clause License</name>
      <url>https:github.com/ie3-institute/PowerSystemDataModel/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>johanneshiry</id>
      <name>Johannes Hiry</name>
      <email>johannes.hiry@tu-dortmund.de</email>
    </developer>
    <developer>
      <id>ckittl</id>
      <name>Chris Kittl</name>
      <email>chris.kittl@tu-dortmund.de</email>
    </developer>
    <developer>
      <id>sensarmad</id>
      <name>Debopama Sen Sarma</name>
      <email>debopama-sen.sarma@tu-dortmund.de</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git:github.com/ie3-institute/PowerSystemDataModel.git</connection>
    <developerConnection>scm:git:ssh:github.com:ie3-institute/PowerSystemDataModel.git</developerConnection>
    <url>https:github.com/ie3-institute/PowerSystemDataModel</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https:github.com/ie3-institute/PowerSystemDataModel/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>com.github.ie3-institute</groupId>
      <artifactId>PowerSystemUtils</artifactId>
      <version>1.3.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>tec.uom</groupId>
      <artifactId>uom-se</artifactId>
      <version>1.0.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.locationtech.jts</groupId>
      <artifactId>jts-core</artifactId>
      <version>1.16.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.locationtech.jts.io</groupId>
      <artifactId>jts-io-common</artifactId>
      <version>1.16.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jgrapht</groupId>
      <artifactId>jgrapht-core</artifactId>
      <version>1.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-api</artifactId>
      <version>2.13.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-core</artifactId>
      <version>2.13.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-slf4j-impl</artifactId>
      <version>2.13.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.influxdb</groupId>
      <artifactId>influxdb-java</artifactId>
      <version>2.17</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
