<?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>org.jvoicexml</groupId>
  <artifactId>org.jvoicexml.client</artifactId>
  <version>0.7.8</version>
  <name>JVoiceXML</name>
  <description>The Open Source Voice Browser</description>
  <url>https://github.com/JVoiceXML/JVoiceXML</url>
  <licenses>
    <license>
      <name>GNU Lesser General Public License, Version 2.1</name>
      <url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>schnelle</id>
      <name>Dirk Schnelle-Walka</name>
      <email>dirk.schnelle@jvoicexml.org</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:JVoiceXML/JVoiceXML.git</connection>
    <developerConnection>scm:git:ssh://github.com:JVoiceXML/JVoiceXML.git</developerConnection>
    <url>https://github.com/JVoiceXML/JVoiceXML/tree/release/0.7.8</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jvoicexml</groupId>
      <artifactId>org.jvoicexml</artifactId>
      <version>0.7.8</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-all</artifactId>
      <version>1.10.19</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
