<?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>com.linkedin.dualip</groupId>
  <artifactId>dualip_2.12</artifactId>
  <version>2.5.3</version>
  <name>dualip_2.12</name>
  <description>DuaLip: Dual Decomposition based Linear Program Solver.</description>
  <url>https://github.com/linkedin/DuaLip</url>
  <licenses>
    <license>
      <name>BSD 2-CLAUSE</name>
      <url>https://github.com/linkedin/DuaLip/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>panyao</id>
      <name>Yao Pan</name>
      <url>https://github.com/panyao</url>
      <roles>
        <role>Core developer</role>
      </roles>
    </developer>
    <developer>
      <id>basukinjal</id>
      <name>Kinjal Basu</name>
      <url>https://github.com/basukinjal</url>
      <roles>
        <role>Core developer</role>
      </roles>
    </developer>
    <developer>
      <id>rrohan</id>
      <name>Rohan Ramanath</name>
      <url>https://github.com/rrohan</url>
      <roles>
        <role>Core developer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/linkedin/DuaLip.git</url>
  </scm>
  <issueManagement>
    <system>GitHub issues</system>
    <url>https://github.com/linkedin/DuaLip/issues</url>
  </issueManagement>
  <ciManagement>
    <system>Travis CI</system>
    <url>https://travis-ci.com/linkedin/DuaLip</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>com.twitter</groupId>
      <artifactId>algebird-core_2.12</artifactId>
      <version>0.13.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.scalanlp</groupId>
      <artifactId>breeze_2.12</artifactId>
      <version>0.13.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.scopt</groupId>
      <artifactId>scopt_2.12</artifactId>
      <version>3.7.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
