Simplified some of the property magic of the HTTP API.



git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1652138 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/servlet-api/pom.xml b/http/servlet-api/pom.xml
index e36e355..058c62d 100644
--- a/http/servlet-api/pom.xml
+++ b/http/servlet-api/pom.xml
@@ -55,6 +55,7 @@
                             javax.servlet.http;
                                 version=3.1
                         </Export-Package>
+						<Embed-Dependency>tomcat-servlet-api;inline=true</Embed-Dependency>
                     </instructions>
                 </configuration>
             </plugin>