Simplifying Import-Package line in maven-bundle-plugin for REST bundles

Change-Id: Ic29e3f205e18b7b63e33a8c65cbb30a8b56d2e74
diff --git a/web/pom.xml b/web/pom.xml
index 98ae7aa..9d4523c 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -75,6 +75,11 @@
             <scope>test</scope>
         </dependency>
 
+        <!-- TODO jersey-container-servlet and core may not be needed as dependencies
+
+                  They are definitely not needed at compile time, but need to be added
+                  as a bundle import for runtime; references are specified in web.xml
+        -->
         <dependency>
             <groupId>org.glassfish.jersey.containers</groupId>
             <artifactId>jersey-container-servlet</artifactId>