Bump.
diff --git a/.classpath b/.classpath
index f0883b3..9a06391 100644
--- a/.classpath
+++ b/.classpath
@@ -3,8 +3,10 @@
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="lib" path="target/testng-5.14.5beta.jar"/>
 	<classpathentry kind="lib" path="lib/ant-1.6.5.jar"/>
 	<classpathentry kind="lib" path="lib/guice-2.0.jar"/>
+	<classpathentry kind="lib" path="lib/junit-3.8.1.jar"/>
+  <classpathentry kind="lib" path="lib/jcommander-1.13.jar"/>
+  <classpathentry kind="lib" path="lib/bsh-2.0b4.jar"/>
 	<classpathentry kind="output" path="eclipse-build"/>
 </classpath>
diff --git a/build.properties b/build.properties
index 52577b8..566f6d3 100644
--- a/build.properties
+++ b/build.properties
@@ -2,7 +2,7 @@
 # TestNG distribution
 #
 testng.basename=testng
-testng.version=5.14.6
+testng.version=5.14.7beta
 testng.fullname=${testng.basename}-${testng.version}
 
 #