Update of itest libs

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1783851 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd b/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd
index 755bd31..09704e3 100644
--- a/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd
+++ b/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd
@@ -14,11 +14,14 @@
 
 # bnd pack for project org.osgi.test.cases.jpa
 # Thu Nov 01 12:39:45 EDT 2012
+
+-standalone:
+
 -runpath = \
     lib/org.eclipse.osgi-3.8.0.v20120529-1548.jar;version=file, \
-    lib/org.apache.servicemix.bundles.junit-3.8.2_2.jar;version=file;export="junit.framework;version=3.8" 
+lib/org.apache.servicemix.bundles.junit-4.11_1.jar;version=file;export="junit.framework;version=3.8,junit.framework;version=4.11" 
 
--runtrace = true
+#-runtrace = true
 
 -target = \
     lib/org.osgi.test.cases.jpa-5.0.0.jar;version=file,
diff --git a/itests/jpa-tck-itest/pom.xml b/itests/jpa-tck-itest/pom.xml
index c864433..ddfd7ae 100644
--- a/itests/jpa-tck-itest/pom.xml
+++ b/itests/jpa-tck-itest/pom.xml
@@ -44,13 +44,13 @@
 	<!-- Test framework -->
         <dependency>
             <groupId>biz.aQute.bnd</groupId>
-            <artifactId>bnd</artifactId>
-            <version>2.4.0</version>
+            <artifactId>biz.aQute.bnd</artifactId>
+            <version>3.3.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.junit</artifactId>
-            <version>3.8.2_2</version>
+            <version>4.11_1</version>
         </dependency>
         <dependency>
             <groupId>org.eclipse</groupId>
diff --git a/itests/jpa-tck-itest/runtests b/itests/jpa-tck-itest/runtests
index b81ddf9..a2984fe 100755
--- a/itests/jpa-tck-itest/runtests
+++ b/itests/jpa-tck-itest/runtests
@@ -17,5 +17,5 @@
 
 cp org.osgi.test.cases.jpa.bnd target
 cd target
-java -jar lib/bnd-2.4.0.jar runtests --title osgi.ct
+java -jar lib/biz.aQute.bnd-3.3.0.jar runtests --title osgi.ct
 cd ..