<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.openscada.utgard</groupId>
  <artifactId>org.openscada.opc.lib</artifactId>
  <version>1.5.0</version>
  <url>http://openscada.org</url>
  <name>openSCADA Utgard Library</name>
  <description>openSCADA Utgard Library</description>
  <organization>
    <name>The openSCADA Project</name>
    <url>http://openscada.org</url>
  </organization>
  <developers>
    <developer>
      <id>ctron</id>
      <name>Jens Reimann</name>
      <email>jreimann@redhat.com</email>
      <url>https://dentrassi.de</url>
    </developer>
    <developer>
      <id>cptmauli</id>
      <name>Jürgen Rose</name>
      <email>juergen.rose@ibh-systems.com</email>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>The Eclipse Public License Version 1.0</name>
      <url>http://www.eclipse.org/legal/epl-v10.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:git://github.com/ibh-systems/org.openscada.git</connection>
    <developerConnection>scm:git:ssh://github.com:ibh-systems/org.openscada.git</developerConnection>
    <url>https://github.com/ibh-systems/org.openscada/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.openscada.jinterop</groupId>
      <artifactId>org.openscada.jinterop.core</artifactId>
      <version>2.1.8</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.2</version>
    </dependency>
    <dependency>
      <groupId>org.openscada.jinterop</groupId>
      <artifactId>org.openscada.jinterop.deps</artifactId>
      <version>1.5.0</version>
    </dependency>
    <dependency>
      <groupId>org.openscada.utgard</groupId>
      <artifactId>org.openscada.opc.dcom</artifactId>
      <version>1.5.0</version>
    </dependency>
  </dependencies>
</project>
