| <?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"> |
| <artifactId>nanohttpd-project</artifactId> |
| <groupId>org.nanohttpd</groupId> |
| <modelVersion>4.0.0</modelVersion> |
| <artifactId>nanohttpd-apache-fileupload</artifactId> |
| <name>NanoHttpd-apache file upload integration</name> |
| <description>nanohttpd-apache-fileupload integrates the apache file upload framework into nanohttpd</description> |
| <groupId>org.nanohttpd</groupId> |
| <artifactId>nanohttpd</artifactId> |
| <groupId>commons-fileupload</groupId> |
| <artifactId>commons-fileupload</artifactId> |
| <groupId>javax.servlet</groupId> |
| <artifactId>servlet-api</artifactId> |
| <groupId>org.apache.httpcomponents</groupId> |
| <artifactId>httpclient</artifactId> |
| <groupId>org.apache.httpcomponents</groupId> |
| <artifactId>httpmime</artifactId> |
| <minimal.coverage>0.99</minimal.coverage> |