SLING-5114 - Remove OakOnly and JackrabbitOnly annotations

Further cleanup of annotations

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1707315 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 5bcf466..21dac90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,31 +186,6 @@
                 <http.base.path>${project.build.finalName}</http.base.path>
             </properties>
         </profile>
-        <profile>
-            <id>jackrabbit</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-                <property>
-                    <name>sling.run.modes</name>
-                    <value>!oak</value>
-                </property>
-            </activation>
-            <properties>
-                <sling.it.excludedGroups>org.apache.sling.commons.testing.junit.categories.OakOnly</sling.it.excludedGroups>
-            </properties>
-        </profile>
-        <profile>
-            <id>oak</id>
-            <activation>
-                <property>
-                    <name>sling.run.modes</name>
-                    <value>oak</value>
-                </property>
-            </activation>
-            <properties>
-                <sling.it.excludedGroups>org.apache.sling.commons.testing.junit.categories.JackrabbitOnly</sling.it.excludedGroups>
-            </properties>
-        </profile>
     </profiles>
 
     <dependencies>