httplite: add DEPENDENCIES to build artifacts
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1208980 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httplite/pom.xml b/httplite/pom.xml
index 358767e..2ac33ae 100644
--- a/httplite/pom.xml
+++ b/httplite/pom.xml
@@ -61,7 +61,7 @@
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
<Bundle-Activator>${pom.artifactId}.osgi.Activator</Bundle-Activator>
<Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
- <Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE</Include-Resource>
+ <Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE,META-INF/DEPENDENCIES=DEPENDENCIES</Include-Resource>
<Import-Package>
javax.servlet;version="2.4",
javax.servlet.http;version="2.4",