commit | 16fd98c1134f0f11c7cc9002de9b2f3ea644f849 | [log] [tgz] |
---|---|---|
author | Jan Willem Janssen <jawi@apache.org> | Thu Jan 15 15:39:00 2015 +0000 |
committer | Jan Willem Janssen <jawi@apache.org> | Thu Jan 15 15:39:00 2015 +0000 |
tree | 3d932a18b7078db648b65c86e4277727d41fa671 | |
parent | 54ed79f9a17da6d38086639ef2e47abcdf42a5e2 [diff] [blame] |
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>