SLING-7353 Update to Sling Parent 33

use Parent 33-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 3227f5c..046d6fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
-    <version>32</version>
+    <version>33-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
@@ -85,13 +85,6 @@
       <plugin>
         <groupId>org.apache.servicemix.tooling</groupId>
         <artifactId>depends-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>generate-depends-file</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
     </plugins>
   </build>