<?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 https://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>powerflow</artifactId>
  <version>0.1</version>
  <name>powerflow</name>
  <description>Power flow calculation library, focused on interfacing for exchangeable algorithms</description>
  <url>https:github.com/ie3-institute/powerflow</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/powerflow/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>
    <developer>
      <id>t-ober</id>
      <name>Thomas Oberließen</name>
      <email>thomas.oberließen@tu-dortmund.de</email>
    </developer>
    <developer>
      <id>sebastian-peter</id>
      <name>Sebastian Peter</name>
      <email>sebastian.peter@tu-dortmund.de</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git:github.com/ie3-institute/powerflow.git</connection>
    <developerConnection>scm:git:ssh:github.com:ie3-institute/powerflow.git</developerConnection>
    <url>https:github.com/ie3-institute/powerflow</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https:github.com/ie3-institute/powerflow/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-library</artifactId>
      <version>2.13.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.sksamuel.scapegoat</groupId>
      <artifactId>scalac-scapegoat-plugin_2.13.6</artifactId>
      <version>1.4.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.typesafe.scala-logging</groupId>
      <artifactId>scala-logging_2.13</artifactId>
      <version>3.9.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.2.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.ie3-institute</groupId>
      <artifactId>PowerSystemUtils</artifactId>
      <version>1.5.3</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>org.apache.logging.log4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>com.github.ie3-institute</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.googlecode.matrix-toolkits-java</groupId>
      <artifactId>mtj</artifactId>
      <version>1.0.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-math3</artifactId>
      <version>3.6.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.12.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>javax.measure</groupId>
      <artifactId>unit-api</artifactId>
      <version>2.1.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.scalanlp</groupId>
      <artifactId>breeze_2.13</artifactId>
      <version>1.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
