aboutsummaryrefslogtreecommitdiff
path: root/fileupload/pom.xml
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2021-11-11 04:04:32 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-11-11 04:04:32 +0000
commitad3c7851b55f6bfc28c3318da27164636abb6b55 (patch)
treebef9a9ce62e1e6f1ecec20d138178280da69a82a /fileupload/pom.xml
parent794651b5b1e6faa8da158b024b75ac1f9446fa2a (diff)
parentb65223c241f7f995d62dea08ebe9de1eb5806958 (diff)
downloadnanohttpd-ad3c7851b55f6bfc28c3318da27164636abb6b55.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/nanohttpd/+/1886194 Change-Id: Ied432f502aff244ae2cba0e809cac29e2e061a71
Diffstat (limited to 'fileupload/pom.xml')
-rw-r--r--fileupload/pom.xml46
1 files changed, 0 insertions, 46 deletions
diff --git a/fileupload/pom.xml b/fileupload/pom.xml
deleted file mode 100644
index a90469a..0000000
--- a/fileupload/pom.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?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">
- <parent>
- <artifactId>nanohttpd-project</artifactId>
- <groupId>org.nanohttpd</groupId>
- <version>2.2.0</version>
- </parent>
- <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>
- <dependencies>
- <dependency>
- <groupId>org.nanohttpd</groupId>
- <artifactId>nanohttpd</artifactId>
- <version>2.2.0</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>1.3.1</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.4.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpmime</artifactId>
- <version>4.4.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <properties>
- <minimal.coverage>0.99</minimal.coverage>
- </properties>
-</project> \ No newline at end of file