<?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>
    <groupId>com.github.spirylics.xgwt</groupId>
    <artifactId>x-gwt-firebase</artifactId>
    <packaging>jar</packaging>
    <version>2.0-alpha9</version>
    <name>${project.artifactId}</name>

    <parent>
        <groupId>com.github.spirylics.xgwt</groupId>
        <artifactId>x-gwt</artifactId>
        <version>2.0-alpha9</version>
    </parent>

    <dependencies>
        <dependency>
            <groupId>com.google.gwt</groupId>
            <artifactId>gwt-user</artifactId>
        </dependency>
        <dependency>
            <groupId>com.github.spirylics.xgwt</groupId>
            <artifactId>x-gwt-essential</artifactId>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>gwt-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>

</project>
