[SMX4-823] Include jetty-naming and jetty-plus in the Jetty bundle.

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk/jetty-bundle-6.1.22@1125692 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 4a00832..335b113 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,27 @@
         <servicemix.osgi.export.pkg>org.mortbay</servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
             !org.mortbay*,
-            *
+            javax.mail,
+            javax.management,
+            javax.management.loading,
+            javax.management.modelmbean,
+            javax.naming,
+            javax.naming.spi,
+            javax.net,
+            javax.net.ssl,
+            javax.security.auth,
+            javax.security.auth.callback,
+            javax.security.auth.login,
+            javax.security.auth.spi,
+            javax.security.cert,
+            javax.servlet,
+            javax.servlet.http,
+            javax.sql,
+            javax.transaction,
+            javax.xml.parsers,
+            org.slf4j;resolution:=optional,
+            org.xml.sax,
+            org.xml.sax.helpers
         </servicemix.osgi.import.pkg>
     </properties>
 
@@ -78,6 +98,18 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>jetty-naming</artifactId>
+            <version>${pkgVersion}</version>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>jetty-plus</artifactId>
+            <version>${pkgVersion}</version>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <repositories>
@@ -108,6 +140,8 @@
                                     <include>${pkgGroupId}:jetty-management</include>
                                     <include>${pkgGroupId}:jetty-client</include>
                                     <include>${pkgGroupId}:jetty-sslengine</include>
+                                    <include>${pkgGroupId}:jetty-naming</include>
+                                    <include>${pkgGroupId}:jetty-plus</include>
                                 </includes>
                             </artifactSet>
                             <filters>
@@ -141,6 +175,18 @@
                                         <exclude>**</exclude>
                                     </excludes>
                                 </filter>
+                                <filter>
+                                    <artifact>${pkgGroupId}:jetty-naming</artifact>
+                                    <excludes>
+                                        <exclude>**</exclude>
+                                    </excludes>
+                                </filter>
+                                <filter>
+                                    <artifact>${pkgGroupId}:jetty-plus</artifact>
+                                    <excludes>
+                                        <exclude>**</exclude>
+                                    </excludes>
+                                </filter>
                             </filters>
                             <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                             <createDependencyReducedPom>false</createDependencyReducedPom>