fix test failures

Signed-off-by: Raymond Augé <raymond.auge@liferay.com>
diff --git a/itests-run/itest.bndrun b/itests-run/itest.bndrun
index aa381fa..b820de4 100644
--- a/itests-run/itest.bndrun
+++ b/itests-run/itest.bndrun
@@ -15,26 +15,16 @@
 #    specific language governing permissions and limitations
 #    under the License.
 
--standalone:
-
--plugin.integration.test = \
-  aQute.bnd.repository.maven.pom.provider.BndPomRepository; \
-    snapshotUrls=https://oss.sonatype.org/content/repositories/osgi/; \
-    releaseUrls=https://repo1.maven.org/maven2/; \
-    pom=${.}/pom.xml; \
-    name=integration.test; \
-    location=${.}/target/cached.xml
-
 -runrequires: \
     osgi.identity;filter:='(osgi.identity=org.apache.aries.component-dsl.itests)'
 
--runfw: org.eclipse.osgi;version='[3.10.100.v20150529-1857,3.10.100.v20150529-1857]'
+-runfw: org.eclipse.osgi
 
 #-runtrace: true
 
 -runee: JavaSE-1.8
 -resolve.effective: resolve, active
-  
+
 -runsystempackages.eqnx: javax.script
 -runsystemcapabilities.dflt: ${native_capability}
 -runproperties:
diff --git a/itests/bnd.bnd b/itests/bnd.bnd
index 7c2a351..c7a5273 100644
--- a/itests/bnd.bnd
+++ b/itests/bnd.bnd
@@ -22,6 +22,4 @@
 	org.apache.aries.component.dsl.function,\
 	org.apache.aries.component.dsl.internal,\
 
-Test-Cases: \
-    ${classes;CONCRETE;EXTENDS;junit.framework.TestCase},\
-    ${classes;CONCRETE;ANNOTATED;org.junit.Test}
+Test-Cases: ${classes;CONCRETE;ANNOTATED;org.junit.Test}