<?xml version="1.0"?>
<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>
  <parent>
    <groupId>com.github.NanoHttpd.nanohttpd</groupId>
    <artifactId>nanohttpd-project</artifactId>
    <version>nanohttpd-project-2.2.0</version>
  </parent>
  <groupId>com.github.NanoHttpd.nanohttpd</groupId>
  <artifactId>nanohttpd-nanolets</artifactId>
  <version>nanohttpd-project-2.2.0</version>
  <name>NanoHttpd-nano application server</name>
  <description>nanohttpd-nanolets add a very easy to use version of servlets into nanohttpd.</description>
  <properties>
    <minimal.coverage>0.99</minimal.coverage>
  </properties>
  <dependencies>
    <dependency>
      <groupId>com.github.NanoHttpd.nanohttpd</groupId>
      <artifactId>nanohttpd</artifactId>
      <version>nanohttpd-project-2.2.0</version>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.4.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
