trunk/upnp.* - Updated source headers (FELIX-144).

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@452036 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/upnp.sample.binaryLight/pom.xml b/upnp.sample.binaryLight/pom.xml
index 78291c3..bd472e2 100644
--- a/upnp.sample.binaryLight/pom.xml
+++ b/upnp.sample.binaryLight/pom.xml
@@ -25,6 +25,12 @@
       <version>0.8.0-SNAPSHOT</version>

       <scope>provided</scope>

     </dependency>

+    <dependency>

+      <groupId>${pom.groupId}</groupId>

+      <artifactId>javax.servlet</artifactId>

+      <version>0.8.0-SNAPSHOT</version>

+      <scope>provided</scope>

+    </dependency>

   </dependencies>

   <build>

     <plugins>