<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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.distrimind.upnp_igd</groupId>
  <artifactId>UPnPIGD</artifactId>
  <version>1.0.2-STABLE</version>
  <name>UPnPIGD</name>
  <description>UPnP IGD stack for Java and Android</description>
  <url>https://github.com/JasonMahdjoub/UPnPIGD</url>
  <organization>
    <name>DistriMind</name>
    <url>https://github.com/JasonMahdjoub</url>
  </organization>
  <licenses>
    <license>
      <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
      <url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>cb</id>
      <name>Christian Bauer</name>
      <email>cb@4thline.com</email>
      <organization>4th Line GmbH, Switzerland</organization>
      <roles>
        <role>Project Lead</role>
      </roles>
    </developer>
    <developer>
      <id>jmahdjoub</id>
      <name>Jason Mahdjoub</name>
      <email>jason.mahdjoub@distri-mind.fr</email>
      <organization>DistriMind</organization>
      <roles>
        <role>Entrepreneur</role>
        <role>Developer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/JasonMahdjoub/UPnPIGD</connection>
    <developerConnection>https://github.com/JasonMahdjoub/UPnPIGD</developerConnection>
    <url>https://github.com/JasonMahdjoub/UPnPIGD</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/JasonMahdjoub/UPnPIGD/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.seamless</groupId>
      <artifactId>seamless-util</artifactId>
      <version>1.1.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.seamless</groupId>
      <artifactId>seamless-http</artifactId>
      <version>1.1.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.seamless</groupId>
      <artifactId>seamless-xml</artifactId>
      <version>1.1.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.seamless</groupId>
      <artifactId>seamless-swing</artifactId>
      <version>1.1.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>javax.annotation</groupId>
      <artifactId>javax.annotation-api</artifactId>
      <version>1.3.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
