aboutsummaryrefslogtreecommitdiff
path: root/samples/pom.xml
diff options
context:
space:
mode:
authorPaul Hawke <paul.hawke@gmail.com>2013-05-05 16:27:19 -0500
committerPaul Hawke <paul.hawke@gmail.com>2013-05-05 16:27:19 -0500
commite55ac2d9e57bc5c671c7b33356e96961af916fe8 (patch)
tree9f5d69e8918278b61e7b6f9c7de091d3fe728054 /samples/pom.xml
parentea902c03fff78b94eb3deccaf84a50dade8099af (diff)
downloadnanohttpd-e55ac2d9e57bc5c671c7b33356e96961af916fe8.tar.gz
Extracted and promoted the NanoHttpd Webserver to a top-level project (instead of being a "sample").
Diffstat (limited to 'samples/pom.xml')
-rw-r--r--samples/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/pom.xml b/samples/pom.xml
index cd955bd..a41c37c 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -20,6 +20,11 @@
<artifactId>nanohttpd</artifactId>
<version>1.0.0</version>
</dependency>
+ <dependency>
+ <groupId>fi.iki.elonen</groupId>
+ <artifactId>nanohttpd-webserver</artifactId>
+ <version>1.0.0</version>
+ </dependency>
</dependencies>
<distributionManagement>