<?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="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.uber.rib</groupId>
  <artifactId>rib-test</artifactId>
  <version>0.10.1</version>
  <name>RIBs (Test Utils)</name>
  <description>RIBs is the cross-platform architecture behind many mobile apps at Uber. This framework is designed for mobile apps with a large number of engineers and nested states.</description>
  <url>https://github.com/uber/RIBs/</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>uber</id>
      <name>Uber Technologies</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/uber/RIBs.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/uber/RIBs.git</developerConnection>
    <url>https://github.com/uber/RIBs/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.uber.rib</groupId>
      <artifactId>rib-base</artifactId>
      <version>0.10.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex.rxjava2</groupId>
      <artifactId>rxjava</artifactId>
      <version>2.2.8</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.truth</groupId>
      <artifactId>truth</artifactId>
      <version>0.43</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>2.27.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
