<?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>ca.cellularautomata</groupId>
  <artifactId>ca-core</artifactId>
  <version>1.0.0-alpha4</version>
  <name>CellularAutomata.ca</name>
  <description>A Java Framework for rapid Business Application development.</description>
  <url>http://CellularAutomata.ca</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>michaellif</id>
      <name>Michael Lifschitz</name>
      <email>Michael@CellularAutomata.ca</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@bitbucket.org:cellular-automata/cellular-automata-framework.git</connection>
    <developerConnection>scm:git@bitbucket.org:cellular-automata/cellular-automata-framework.git</developerConnection>
    <url>https://bitbucket.org/cellular-automata/cellular-automata-framework</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.sun.codemodel</groupId>
      <artifactId>codemodel</artifactId>
      <version>2.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.gwt</groupId>
      <artifactId>gwt-servlet</artifactId>
      <version>2.8.0-beta1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax</groupId>
      <artifactId>javaee-api</artifactId>
      <version>7.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.gwt</groupId>
      <artifactId>gwt-user</artifactId>
      <version>2.8.0-beta1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.gwt</groupId>
      <artifactId>gwt-dev</artifactId>
      <version>2.8.0-beta1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
