<?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.leinardi.android.things</groupId>
  <artifactId>driver-sh1106</artifactId>
  <version>1.1.0</version>
  <packaging>aar</packaging>
  <name>driver-sh1106</name>
  <description>SH1106 display driver for Android Things</description>
  <url>https://github.com/leinardi/androidthings-drivers</url>
  <inceptionYear>2017</inceptionYear>
  <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>
      <name>Roberto Leinardi</name>
      <email>roberto@leinardi.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/leinardi/androidthings-drivers.git</connection>
    <url>https://github.com/leinardi/androidthings-drivers</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.android.things</groupId>
      <artifactId>androidthings</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.powermock</groupId>
      <artifactId>powermock-module-junit4</artifactId>
      <version>2.0.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.powermock</groupId>
      <artifactId>powermock-api-mockito2</artifactId>
      <version>2.0.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
