<?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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>de.tum.ei.lkn.eces</groupId>
        <artifactId>master-pom</artifactId>
        <version>1.0.21</version>
    </parent>

    <artifactId>WebGraphGUI</artifactId>
    <version>3.0.0</version>

    <description>Javascript-based Web GUI for visualizing the state of the graph library of the ECES framework. The GUI also displays info and metadata about other systems (e.g., network, routing, etc.).</description>
    <url>https://github.com/AmoVanB/eces-webgraphgui</url>

    <scm>
        <connection>scm:git:git://github.com/amovanb/eces-webgraphgui.git</connection>
        <developerConnection>scm:git:ssh://github.com:amovanb/eces-webgraphgui.git</developerConnection>
        <url>http://github.com/amovanb/eces-webgraphgui/tree/master</url>
    </scm>

    <dependencies>
        <dependency>
            <groupId>org.json</groupId>
            <artifactId>json</artifactId>
            <version>20150729</version>
        </dependency>
        <dependency>
            <groupId>de.tum.ei.lkn.eces</groupId>
            <artifactId>core</artifactId>
            <version>2.0.3</version>
        </dependency>
        <dependency>
            <groupId>de.tum.ei.lkn.eces</groupId>
            <artifactId>graph</artifactId>
            <version>2.0.2</version>
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-all</artifactId>
            <version>4.0.32.Final</version>
        </dependency>
        <dependency>
            <groupId>de.tum.ei.lkn.eces</groupId>
            <artifactId>routing</artifactId>
            <version>2.0.4</version>
        </dependency>
        <dependency>
            <groupId>de.tum.ei.lkn.eces</groupId>
            <artifactId>network</artifactId>
            <version>2.0.1</version>
        </dependency>
        <dependency>
            <groupId>de.tum.ei.lkn.eces</groupId>
            <artifactId>dnm</artifactId>
            <version>2.0.2</version>
        </dependency>
        <dependency>
            <groupId>de.tum.ei.lkn.eces</groupId>
            <artifactId>topologies</artifactId>
            <version>2.0.5</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>
