<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.github.zella</groupId>
    <artifactId>rx-process2_2.12</artifactId>
    <packaging>jar</packaging>
    <description>rx-java2 wrapper for NuProcess</description>
    <url>https://github.com/zella/rx-process2</url>
    <version>0.1.0-BETA</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>rx-process2</name>
    <organization>
        <name>zella</name>
        <url>https://github.com/zella/rx-process2</url>
    </organization>
    <scm>
        <url>https://github.com/zella/rx-process2</url>
        <connection>scm:git@github.com:zella/rx-process2.git</connection>
    </scm>
    <developers>
        <developer>
            <id>zella</id>
            <name>Andrey Zelyaev</name>
            <email>drumirage@gmail.com</email>
            <url>https://github.com/zella</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.8</version>
        </dependency>
        <dependency>
            <groupId>com.zaxxer</groupId>
            <artifactId>nuprocess</artifactId>
            <version>[1.2,1.3)</version>
        </dependency>
        <dependency>
            <groupId>io.reactivex.rxjava2</groupId>
            <artifactId>rxjava</artifactId>
            <version>[2.2,2.3)</version>
        </dependency>
        <dependency>
            <groupId>com.github.davidmoten</groupId>
            <artifactId>rxjava2-extras</artifactId>
            <version>[0.1,0.2)</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.0.5</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>