SLING-8902 jsp-api - upgrade to parent pom 35
diff --git a/bnd.bnd b/bnd.bnd
new file mode 100644
index 0000000..36727ea
--- /dev/null
+++ b/bnd.bnd
@@ -0,0 +1,4 @@
+Export-Package: javax.servlet.jsp; \
+              javax.servlet.jsp.el; \
+              javax.servlet.jsp.resources; \
+              javax.servlet.jsp.tagext;version=2.1
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 2db4ece..fdbf240 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,13 +23,12 @@
 
   <parent>
     <groupId>org.apache.sling</groupId>
-    <artifactId>sling</artifactId>
-    <version>30</version>
+    <artifactId>sling-bundle-parent</artifactId>
+    <version>35</version>
     <relativePath />
   </parent>
 
   <artifactId>org.apache.sling.scripting.jsp-api</artifactId>
-  <packaging>bundle</packaging>
   <version>1.0.1-SNAPSHOT</version>
 
   <name>Apache Sling Wrapper Bundle for Apache Tomcat JSP API</name>
@@ -41,33 +40,6 @@
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-jsp-api.git</url>
   </scm>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Export-Package>
-              javax.servlet.jsp;
-              javax.servlet.jsp.el;
-              javax.servlet.jsp.resources;
-              javax.servlet.jsp.tagext;version=2.1
-            </Export-Package>
-            <Embed-Dependency>*;scope=compile</Embed-Dependency>
-            <_removeheaders>
-              Embedded-Artifacts,
-              Embed-Dependency,
-              Private-Package,
-              Include-Resource
-            </_removeheaders>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat</groupId>