<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.iot-dsa</groupId>
  <artifactId>dslink</artifactId>
  <version>0.23.2</version>
  <dependencies>
    <dependency>
      <groupId>org.iot-dsa</groupId>
      <artifactId>logging</artifactId>
      <version>0.23.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.iot-dsa</groupId>
      <artifactId>runtime_shared</artifactId>
      <version>0.23.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <description>SDK for the IoT DSA protocol</description>
  <name>dslink</name>
  <url>https://github.com/iot-dsa/sdk-dslink-java</url>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>samrg472</id>
      <name>Samuel Grenier</name>
      <email>support@atrius-iot.com</email>
      <organization>iot-dsa</organization>
      <organizationUrl>http://www.iot-dsa.org</organizationUrl>
    </developer>
  </developers>
  <scm>
    <url>scm:https://github.com/iot-dsa/sdk-dslink-java.git</url>
  </scm>
</project>
