<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.klib.tools</groupId>
  <artifactId>io.klib.process.impl.sigar</artifactId>
  <version>0.1.0</version>
  <description>io.klib.process.impl.sigar</description>
  <name>io.klib.process.impl.sigar</name>
  <url>https://bnd.bndtools.org/</url>
  <organization>
    <name>Kirschners GmbH</name>
    <url>https://klib.io/</url>
  </organization>
  <licenses>
    <license>
      <name>(Apache-2.0 OR EPL-2.0)</name>
      <url>https://opensource.org/licenses/Apache-2.0,https://opensource.org/licenses/EPL-2.0</url>
      <distribution>repo</distribution>
      <comments>This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0, or the Eclipse Public License 2.0.</comments>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/klibio/io.klib.tools</url>
    <connection>scm:git:https://github.com/klibio/io.klib.tools.git</connection>
    <developerConnection>scm:git:git@github.com/klibio/io.klib.tools.git</developerConnection>
    <tag>b431ebcd7</tag>
  </scm>
  <developers>
    <developer>
      <id>peterkir</id>
      <email>peter@klib.io</email>
      <name>Peter Kirschner</name>
      <organization>Kirschners GmbH</organization>
      <organizationUrl>https://github.com/klibio/io.klib.tools</organizationUrl>
      <roles>
        <role>architect</role>
        <role>developer</role>
      </roles>
      <timezone>1</timezone>
    </developer>
    <developer>
      <id>alex</id>
      <email>alex@klib.io</email>
      <name>Alex Schindler</name>
      <organization>Kirschners GmbH</organization>
      <organizationUrl>https://github.com/klibio/io.klib.tools</organizationUrl>
      <roles>
        <role>developer</role>
      </roles>
      <timezone>1</timezone>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>org.osgi</groupId>
      <artifactId>osgi.annotation</artifactId>
      <version>7.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.osgi</groupId>
      <artifactId>osgi.core</artifactId>
      <version>7.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.osgi</groupId>
      <artifactId>osgi.cmpn</artifactId>
      <version>7.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.felix</groupId>
      <artifactId>org.apache.felix.gogo.runtime</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.klib.tools</groupId>
      <artifactId>org.hyperic.sigar.aio</artifactId>
      <version>1.6.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.klib.tools</groupId>
      <artifactId>io.klib.api</artifactId>
      <version>0.1.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
