<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>asia.stampy</groupId>
  <artifactId>stampy-NETTY-client-server-RI</artifactId>
  <packaging>jar</packaging>
  <name>Stampy NETTY RI</name>
  <version>1.0-RELEASE</version>
  <description>Java implementation of the STOMP 1.2 specification</description>
  <url>http://mrstampy.github.com/Stampy/</url>
  <licenses>
    <license>
      <name>GNU Public License, Version 2.0</name>
      <url>http://www.gnu.org/licenses/gpl-2.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/mrstampy/Stampy.git</url>
    <connection>https://github.com/mrstampy/Stampy.git</connection>
  </scm>
  <developers>
    <developer>
      <id>mrstampy</id>
      <name>Burt Alexander</name>
      <email>burt.alexander@gmail.com</email>
    </developer>
  </developers>
  
    <dependencies>
  
    <dependency>
      <groupId>asia.stampy</groupId>
      <artifactId>stampy-client-server</artifactId>
      <version>1.0-RELEASE</version>
    </dependency>
  
    <dependency>
      <groupId>io.netty</groupId>
      <artifactId>netty</artifactId>
      <version>3.6.2.Final</version>
    </dependency>

  </dependencies>

</project>