<?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.ahome-it</groupId>
  <artifactId>ahome-tooling-nativetools</artifactId>
  <version>1.0.45-RELEASE</version>
  <name>Ahome-Tooling-NativeTools</name>
  <description>Ahome Tooling NativeTools - GWT high speed native collection, browser access, and JSON utilities.</description>
  <url>https://github.com/ahome-it/ahome-tooling-nativetools</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>sprocketnyc</id>
      <name>Dean S. Jones</name>
      <email>deansjones@gmail.com</email>
      <url>http://www.lienzo-core.com</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:ahome-it/ahome-tooling-nativetools.git</connection>
    <developerConnection>scm:git@github.com:ahome-it/ahome-tooling-nativetools.git</developerConnection>
    <url>scm:git@github.com:ahome-it/ahome-tooling-nativetools.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.gwt</groupId>
      <artifactId>gwt-user</artifactId>
      <version>2.6.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.ahome-it</groupId>
      <artifactId>ahome-tooling-common</artifactId>
      <version>1.0.45-RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
