<?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.github.mozilla</groupId>
  <artifactId>mozillaspeechlibrary</artifactId>
  <version>1.0.0</version>
  <packaging>aar</packaging>
  <name>mozillaspeechlibrary</name>
  <description>An Android library to Mozilla's speech recognition services</description>
  <url>https://github.com/mozilla/androidspeechlibrary</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>anatal@gmail.com</id>
      <name>Andre Natal</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:mozilla/androidspeechlibrary.git</connection>
    <developerConnection>scm:git@github.com:mozilla/androidspeechlibrary.git</developerConnection>
    <url>https://github.com/mozilla/androidspeechlibrary</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.gagravarr</groupId>
      <artifactId>vorbis-java-core</artifactId>
      <version>0.8</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.axet</groupId>
      <artifactId>opus</artifactId>
      <version>1.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.axet</groupId>
      <artifactId>jssrc</artifactId>
      <version>1.0.2-2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-math3</artifactId>
      <version>3.6.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.loopj.android</groupId>
      <artifactId>android-async-http</artifactId>
      <version>1.4.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>25.4.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
