SLING-8961 Update to Sling Bundle Parent 35
diff --git a/bnd.bnd b/bnd.bnd
new file mode 100644
index 0000000..ca375dc
--- /dev/null
+++ b/bnd.bnd
@@ -0,0 +1,13 @@
+Import-Package:\
+  !org.apache.sling.engine.impl.*,\
+  *
+
+Provide-Capability:\
+  osgi.extender;osgi.extender="org.apache.sling.servlets.resolver";version:Version="1.0"
+
+-includeresource:\
+  @org.apache.sling.engine-*.jar!/org/apache/sling/engine/impl/request/SlingRequestPathInfo*
+
+-removeheaders:\
+  Include-Resource,\
+  Private-Package
diff --git a/pom.xml b/pom.xml
index d9f4507..aa6d953 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,13 +22,12 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.sling</groupId>
-        <artifactId>sling</artifactId>
-        <version>33</version>
+        <artifactId>sling-bundle-parent</artifactId>
+        <version>35</version>
         <relativePath />
     </parent>
 
     <artifactId>org.apache.sling.servlets.resolver</artifactId>
-    <packaging>bundle</packaging>
     <version>2.5.9-SNAPSHOT</version>
 
     <name>Apache Sling Servlets Resolver</name>