remove legacy bundles (SLING-6928)
diff --git a/pom.xml b/pom.xml
index 48d091d..72e4adc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,18 +86,6 @@
       <classifier>features</classifier>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.sling</groupId>
-      <artifactId>org.apache.sling.commons.json</artifactId>
-      <version>2.0.20</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.sling</groupId>
-      <artifactId>org.apache.sling.servlets.compat</artifactId>
-      <version>1.0.2</version>
-      <scope>test</scope>
-    </dependency>
     <!-- bnd -->
     <dependency>
       <groupId>biz.aQute.bnd</groupId>