<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>com.ampatspell.bones</groupId>
    <artifactId>bones</artifactId>
    <version>1.0-SNAPSHOT</version>
  </parent>

  <groupId>com.ampatspell.bones</groupId>
  <artifactId>bones-core-client</artifactId>

  <name>Bones Core Client</name>
  <description>Command Pattern Implementation, EventBus and Utils</description>

  <dependencies>    
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>bones-core-shared</artifactId>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>bones-core-shared</artifactId>
      <classifier>sources</classifier>
    </dependency>

    <dependency>
      <groupId>com.google.gin</groupId>
      <artifactId>gin</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.gwt</groupId>
      <artifactId>gwt-user</artifactId>
    </dependency>    
  </dependencies>  

</project>
