<?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.flapdoodle.commons</groupId>
        <artifactId>de.flapdoodle.commons</artifactId>
        <version>1.4.1</version>
    </parent>

    <name>Flapdoodle Commons Net</name>
    <artifactId>de.flapdoodle.commons.net</artifactId>

    <dependencies>
        <dependency>
            <groupId>de.flapdoodle.commons</groupId>
            <artifactId>de.flapdoodle.commons.checks</artifactId>
        </dependency>
        <dependency>
            <groupId>de.flapdoodle.commons</groupId>
            <artifactId>de.flapdoodle.commons.types</artifactId>
        </dependency>

        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-simple</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>de.flapdoodle.commons</groupId>
            <artifactId>de.flapdoodle.commons.testdoc</artifactId>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>org.nanohttpd</groupId>
            <artifactId>nanohttpd</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>