FELIX-4789 Fix for SCR Felix4188Test fails when run with framework 4.4.1 or newer

Also switched the framework used during the SCR integration tests to be 4.6.0


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1657569 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/pom.xml b/scr/pom.xml
index 942feec..a412774 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -396,7 +396,7 @@
                 <dependency>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>org.apache.felix.framework</artifactId>
-                    <version>4.0.2</version>
+                    <version>4.6.0</version>
                     <scope>test</scope>
                 </dependency>
             </dependencies>